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

Latest commit

 

History

History
21 lines (11 loc) · 473 Bytes

Android.md

File metadata and controls

21 lines (11 loc) · 473 Bytes

Configure for Android

Install Android SDK

Install Android Studio for Mac

The ANDROID_HOME environment variable will need to point to the Android SDK.

Add $ANDROID_HOME/platform-tools to the PATH variable.

Launch Android Studio and go to Configure -> SDK Manager. Install all of the packages.

Install Ant

brew install ant

Additional Notes

Make sure you have:

  • correct versions of Java and JDK