Changeset 11925
- Timestamp:
- 04/05/12 11:33:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/externalpackages/android-sdk/install.sh ¶
r11826 r11925 2 2 #which is needed for the compilation of the Java project. 3 3 4 step= 2;4 step=3; 5 5 6 6 #Different steps here. … … 35 35 #Note: API 15 corresponds to Android 4.0.3 36 36 37 cd install-sdk/tools/ && source ./android update sdk -t platform-tools,android-15 --no-ui37 cd install-sdk/tools/ && source ./android update sdk -t platform-tools,android-15,android-14,system-image --no-ui 38 38 39 39 fi … … 62 62 63 63 if [[ $step == "3" ]]; then 64 64 #Here we will start up our default emulator to test that it is working properly. 65 #Once the device has booted we will use the Android Debug Bridge tool to gain 66 #a terminal in our device. 67 65 68 cd $present_dir/install-sdk/tools 66 ./emulator -avd $default_droid 69 ./emulator -avd $default_droid & 70 cd ../platform-tools 71 ./adb wait-for-device shell 67 72 68 73 fi
Note:
See TracChangeset
for help on using the changeset viewer.