Thursday, October 31, 2013

Waldorf: Android SDK on Intellij 12

mkdir -p ~/ws/android && cd ~/ws/android
tar xvf ~/downloads/android-sdk_r21.0.1-linux.tgz
cd ~/ws/android/android-sdk-linux && tools/android update sdk --no-ui
update sdk --no-ui installs all sdks that you do not need. I need to find a way to specify specific version of sdk.

Open IntelliJ File -> New Project -> Android Application Module -> -> Project SDK [New...] -> Select ~/ws/android/android-sdk-linux

No comments:

Post a Comment