Changeset 11968
- Timestamp:
- 04/12/12 19:08:12 (13 years ago)
- Location:
- issm/trunk-jpl/externalpackages
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/android-sdk/install.sh
r11925 r11968 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 65 #Once the device has booted we will use the Android Debug Bridge tool to gain 66 66 #a terminal in our device. 67 67 68 68 cd $present_dir/install-sdk/tools 69 ./emulator -avd $default_droid & 69 ./emulator -avd $default_droid -sdcard ~/issm/trunk-jpl/externalpackages/android-emulators/test & 70 70 71 cd ../platform-tools 71 72 ./adb wait-for-device shell
Note:
See TracChangeset
for help on using the changeset viewer.