Changeset 11647


Ignore:
Timestamp:
03/06/12 11:16:07 (13 years ago)
Author:
glperez
Message:

Added appropriate development kits.

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  
    44 * This is a temporary readme file for the installation of the Android emulator.
    55 */
    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-macosx
    9         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>.apk
    186
    19 The app should be installed and ready to run from the virtual device!
     71) Ensure a the Java SDK and JRE are properly installed.
     82) 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.