1,148
edits
Andreea.pod (talk | contribs) |
|||
| Line 152: | Line 152: | ||
=== Update Android SDK === | === Update Android SDK === | ||
* run in the terminal from the home file | * run in the terminal from the home file | ||
./android-sdk-linux/tools/android update sdk -u | sudo ./android-sdk-linux/tools/android update sdk -u | ||
./android-sdk-linux/tools/android update adb | sudo ./android-sdk-linux/tools/android update adb | ||
* 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 | ||
edits