Confirmed users
657
edits
Line 174: | Line 174: | ||
./adt-bundle-mac/sdk/tools/android | ./adt-bundle-mac/sdk/tools/android | ||
You must uncheck version 18 or higher of "Android SDK Build-tools" and check '''version 17''' instead. You will also need the "Android Support Library" under Extras. In addition, you should check the '''Android 4.1.2 (API 16)''' | You must uncheck version 18 or higher of "Android SDK Build-tools" and check '''version 17''' instead. You will also need the "Android Support Library" under Extras. In addition, you should check the '''Android 4.1.2 (API 16)'''. | ||
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, 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, you could add the following line to the end of your .bashrc: |