Android Development with Eclipse
If you are interested in writing Android apps, this tutorial is a great place to start:
http://www.vogella.de/articles/Android/article.html
More detailed guide about installing ADB/USB drivers in Windows:
http://theunlockr.com/2009/10/06/how-to-set-up-adb-usb-drivers-for-android-devices/
On Mac, just add path to the SDK to file .bash_profile in your home folder. If you don’t have Path Finder or other file manager that shows hidden files, here is a small guide:
- Extract SDK to your Documents folder, as example.
- Open Terminal from Applications/Utilities.
- In Terminal Type “ls -a” and see if there is a .bash_profile in your home folder.
- If not, type: touch .bash_profile to create this file.
- Now type open -e .bash_profile to open it in TextEdit.
- Add the following line: export PATH=${PATH}:~/Documents/android-sdk-mac/tools
Related posts:
Recent Comments