0

When installing android sdk on Ubuntu, I run the command android sdk as instructed on Installing android page but I get the command not found error.

See screenshot below.

enter image description here

Parto
  • 15,027
  • 24
  • 86
  • 114
  • 1
    I think the correct command is `./android`. See [Complete Installation Guide for Android SDK / ADT Bundle on Ubuntu](http://askubuntu.com/questions/318246/complete-installation-guide-for-android-sdk-adt-bundle-on-ubuntu) – d a i s y Mar 30 '16 at 08:14

1 Answers1

1

It says "Open a terminal and navigate to the tools/ directory in the location where the Android SDK was installed, then execute android sdk." So you have to run it via shell. Use sh android sdk.

Gasp0de
  • 464
  • 3
  • 11