Changeset 12503 for issm/trunk-jpl/externalpackages/android/android-sdk
- Timestamp:
- 06/21/12 15:13:48 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/externalpackages/android/android-sdk/install.sh ¶
r12227 r12503 2 2 #which is needed for the compilation of the Java project. 3 3 4 step= 3;4 step=1; 5 5 6 6 #Different steps here. … … 20 20 21 21 #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' 24 23 25 24 # Install Android SDK and NDK. 26 unzip -o android-sdk -r16-macosx.zip25 unzip -o android-sdk_r18-macosx.zip 27 26 unzip -o apache-ant-1.8.2-bin.zip 28 27 29 28 #Move to install 30 mv android-sdk-macosx install-sdk31 mv apache-ant-1.8.2 install-ant29 mv -f android-sdk-macosx install-sdk 30 mv -f apache-ant-1.8.2 install-ant 32 31 33 32 #Post_install configuration: … … 37 36 #For now, we need to install: 38 37 #android sdk platform tools 39 #and a specific android api: API 15 40 #Note: API 15 corresponds to Android 4.0.338 #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. 41 40 42 41 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.