-
Notifications
You must be signed in to change notification settings - Fork 167
Development Android development environment setup
raemin edited this page Feb 4, 2018
·
1 revision
make android_sdk_install
make android_sdk_update
- 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
Build only:
make androidgcs
Build and install on device via ADB (assuming you have USB debugging enabled on your device etc.):
make androidgcs_install