Confirmed users
41
edits
Brion Vibber (talk | contribs) (→Install Android SDK: add download links for old android sdk) |
Brion Vibber (talk | contribs) |
||
| Line 101: | Line 101: | ||
./android-sdk-linux/tools/android update sdk -u | ./android-sdk-linux/tools/android update sdk -u | ||
./android-sdk-linux/tools/android update adb | ./android-sdk-linux/tools/android update adb | ||
If you use the GUI updater, '''do not update the "Android SDK Tools" component'''. | |||
You will probably want to add the SDK's "tools", "build-tools", and "platform-tools" directories to the PATH environment variable in your shell, so that you can run [http://developer.android.com/guide/developing/tools/adb.html adb] and other tools easily. For example, if you installed the SDK in $HOME/opt, you could add the following line to the end of your .bashrc: | You will probably want to add the SDK's "tools", "build-tools", and "platform-tools" directories to the PATH environment variable in your shell, so that you can run [http://developer.android.com/guide/developing/tools/adb.html adb] and other tools easily. For example, if you installed the SDK in $HOME/opt, you could add the following line to the end of your .bashrc: | ||