Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 753 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 753 Bytes

homebrew-android

Formulas for managing an Android SDK and NDK install. I got tired of needing to use the Android SDK tool to manage these packages, so I wrote some homebrew formulas instead - and some scripts to keep them maintained. The files in bin are used to generate the SDK formulas from the "real" android repository URLs (just like the Android SDK tool does).

To use, just brew tap pizzahutuk/android. You may also want to pin the default formulas to read from this tap, so run brew tap-pin pizzahutuk/android afterwards.

Currently only the stuff from the main repository (repository-11.xml) and sys-img.xml are included. I doubt I will ever do glass or Android TV repositories (because I personally don't use them).