These instructions have been deprecated since the Linux SDK won't work on OpenSolaris (unlike IntelliJ or MPS)... I will post updated OpenSolaris instructions once I figure it out.
- Download the Linux version of the SDK from here.
- open a terminal
- pfexec sudo su - root
- cd /opt
- unzip ~username/Download/android-sdk-linux_x86-1.0_r2.zip (or whatever the name currently is)
- chown -R root:staff android-sdk-linux_x86-1.0_r2
- ln -s android-sdk-linux_x86-1.0_r2 android-sdk
- exit
- vi ~/.bashrc (or gedit .profile or whatever)
- add: export ANDROID_HOME=/opt/android-sdk
- add: export PATH=$PATH:$ANDROID_HOME/tools
No comments:
Post a Comment