Search code examples
androidubuntuandroid-studioandroid-sdk-2.3

Android SDK Startup


I downloaded the tarball for the android sdk, and in the README is says to run the "android" program. But I can't find it in the files, and running "android" (without quotes) on the command line (I'm on Ubuntu linux) says the command is not found.


Solution

  • The android binary can be found in the tools/ directory of your Android SDK installation.