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.
|
---|
2 | rm -rf android-ndk-r7b
|
---|
3 | rm -rf android-sdk-macosx
|
---|
4 | rm -rf apache-ant-1.8.2-bin.zip
|
---|
5 |
|
---|
6 | echo "Directories/Files Removed!"
|
---|
7 |
|
---|
8 | # Install Android SDK and NDK.
|
---|
9 | tar -zxvf android-ndk-r7b-darwin-x86.tar.bz2
|
---|
10 | unzip android-sdk_r16-macosx.zip
|
---|
Note:
See
TracBrowser
for help on using the repository browser.