Tuesday, September 30, 2014

Install Android SDK

You are two options:

1. Install stand-alone version
1) read the Readme
        Basically, you need to run  $ tools/android update sdk --no-ui
2) platform-tools contains tools including ADB.
3) you need to add the /Users/Username/Development/android-sdk-macosx/platform-tools into the $PATH or you can run it locally.

2. Instal the version with Eclipse

http://developer.android.com/sdk/index.html

No comments: