Ignore:
Timestamp:
06/21/12 15:13:48 (13 years ago)
Author:
glperez
Message:

Minor revision of Android-SDK install script.

File:
1 edited

Legend:

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

    r12227 r12503  
    22#which is needed for the compilation of the Java project.
    33
    4 step=3;
     4step=1;
    55
    66#Different steps here.
     
    2020
    2121        #Download from ISSM server
    22         $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/android-sdk-r16-macosx.zip' 'android-sdk-r16-macosx.zip'
    23         $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/apache-ant-1.8.2-bin.zip' 'apache-ant-1.8.2-bin.zip'
     22        $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/android-sdk_r18-macosx.zip' 'android-sdk_r18-macosx.zip'
    2423
    2524        # Install Android SDK and NDK.
    26         unzip -o android-sdk-r16-macosx.zip
     25        unzip -o android-sdk_r18-macosx.zip
    2726        unzip -o apache-ant-1.8.2-bin.zip
    2827
    2928        #Move to install
    30         mv android-sdk-macosx install-sdk
    31         mv apache-ant-1.8.2 install-ant
     29        mv -f android-sdk-macosx install-sdk
     30        mv -f apache-ant-1.8.2 install-ant
    3231
    3332        #Post_install configuration:
     
    3736        #For now, we need to install: 
    3837        #android sdk platform tools 
    39         #and a specific android api: API 15
    40         #Note: API 15 corresponds to Android 4.0.3
     38        #and a specific android api: API 15 and API 14
     39        #Note: API 15 and 14 correspond to Android 4.0.3 and 4.0 respectively.
    4140
    4241        cd install-sdk/tools/ && source ./android update sdk -t platform-tools,android-15,android-14,system-image --no-ui
Note: See TracChangeset for help on using the changeset viewer.