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,325
  • 24
  • 86
  • 117

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