source: issm/trunk-jpl/externalpackages/android/install.sh@ 11647

Last change on this file since 11647 was 11647, checked in by glperez, 13 years ago

Added appropriate development kits.

  • Property svn:executable set to *
File size: 256 bytes
Line 
1# Remove prior installations.
2rm -rf android-ndk-r7b
3rm -rf android-sdk-macosx
4rm -rf apache-ant-1.8.2-bin.zip
5
6echo "Directories/Files Removed!"
7
8# Install Android SDK and NDK.
9tar -zxvf android-ndk-r7b-darwin-x86.tar.bz2
10unzip android-sdk_r16-macosx.zip
Note: See TracBrowser for help on using the repository browser.