forked from TauLabs/TauLabs
-
Notifications
You must be signed in to change notification settings - Fork 0
android development environment
James Cotton edited this page Sep 11, 2013
·
2 revisions
- Download the android sdk http://developer.android.com/sdk/index.html
- Unzip and run android-sdk-macosx\tools\android
- Install platform-tools
- Add newly created directory android-sdk-macosx\platform-tools to PATH
- Download eclipse (On Mac OSX 10.6.8, Indigo did not work for ADT plugin)
- Install the ADT plug in to Eclipse following these instructions: http://developer.android.com/sdk/installing/installing-adt.html . Select both the Developer Tools and the NDK Plugins for OSG support later (which uses the NDK)
- Configure your system to sign the packages and generate a valid map key: signing your apps