Confirmed users
905
edits
Line 151: | Line 151: | ||
sudo ./android-sdk-linux/tools/android update sdk -u | sudo ./android-sdk-linux/tools/android update sdk -u | ||
sudo ./android-sdk-linux/tools/android update adb | sudo ./android-sdk-linux/tools/android update adb | ||
* Alternativly you can run the update form the Android sdk manager. Just run the "android" script from android-sdk-dir/tools/. Current used version of Android SDK is 22.0.5 | |||
* it is also a good idea to add the lines in the .profile file found in /home the command to make android sdk available from anywhere | * it is also a good idea to add the lines in the .profile file found in /home the command to make android sdk available from anywhere | ||
export PATH=$PATH:/home/<user>/android-sdk-linux/platform-tools:/home/<user>/android-sdk-linux/tools | export PATH=$PATH:/home/<user>/android-sdk-linux/platform-tools:/home/<user>/android-sdk-linux/tools |