Changeset 11647
- Timestamp:
- 03/06/12 11:16:07 (13 years ago)
- Location:
- issm/trunk-jpl/externalpackages/android
- Files:
-
- 3 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/android/README
r11478 r11647 4 4 * This is a temporary readme file for the installation of the Android emulator. 5 5 */ 6 1) Download the Android SDK <http://developer.android.com/sdk/index.html>.7 2) Add to your PATH the following:8 ANDROID_HOME=~/android-sdk-macosx9 PATH=${PATH}:ANDROID_HOME/platforms/android-15/:~ANDROID_HOME/platform-tools/:ANDROID_HOME/tools/10 3) Run Android and install the newest Android distribution(as of the last update: android-15)11 4) Navigate to the project directory and run Android update project ./12 5) Run ant debug.13 6) Initiate an emulator by entering:14 1) android list targets (this will produce a list of available of system image targets)15 2) android create avd -n <name> -t<targetID> (Choose targetID to match android-15)16 7) Start up the emulator by entering: emulator -avd <avd_name>17 8) Install the app by entering: adb install <path_to_your_bin>.apk18 6 19 The app should be installed and ready to run from the virtual device! 7 1) Ensure a the Java SDK and JRE are properly installed. 8 2) Run the install script to set up the Android SDK(Software Development Kit) and NDK(Native Development Kit).
Note:
See TracChangeset
for help on using the changeset viewer.