Changeset 11925


Ignore:
Timestamp:
04/05/12 11:33:26 (13 years ago)
Author:
glperez
Message:

Modifications to android-sdk's install.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/externalpackages/android-sdk/install.sh

    r11826 r11925  
    22#which is needed for the compilation of the Java project.
    33
    4 step=2;
     4step=3;
    55
    66#Different steps here.
     
    3535        #Note: API 15 corresponds to Android 4.0.3
    3636
    37         cd install-sdk/tools/ && source ./android update sdk -t platform-tools,android-15 --no-ui
     37        cd install-sdk/tools/ && source ./android update sdk -t platform-tools,android-15,android-14,system-image --no-ui
    3838
    3939fi
     
    6262
    6363if [[ $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
    6568        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
    6772
    6873fi
Note: See TracChangeset for help on using the changeset viewer.