Confirmed users
236
edits
(moved section about android sdk) |
|||
| Line 13: | Line 13: | ||
#* Mac/Linux: | #* Mac/Linux: | ||
#*# On Mac, open or create ~/.bash_profile. On Linux, open or create ~/.bashrc (or equivalent). | #*# On Mac, open or create ~/.bash_profile. On Linux, open or create ~/.bashrc (or equivalent). | ||
#*# Add <code>export PATH=$ADT/sdk/platform-tools:$PATH</code> at the end of the file. Remember to replace <code>$ADT</code> with the path to your ''Android SDK Tools'' directory. | #*# Add <code>export PATH=$ADT/sdk/platform-tools:$PATH</code> at the end of the file. Remember to replace <code>$ADT</code> with the path to your ''Android SDK Tools'' directory. The default location on Mac is <code>/Users/your-computer-name/Library/Android/sdk/platform-tools</code>. | ||
:You can check whether it works by '''opening a new terminal window''' and executing <code>adb</code> from any directory. If it does not produce an error, you are all set up. | :You can check whether it works by '''opening a new terminal window''' and executing <code>adb</code> from any directory. If it does not produce an error, you are all set up. | ||