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.
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.
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
.
./android
. See Complete Installation Guide for Android SDK / ADT Bundle on Ubuntu – d a i s y Mar 30 '16 at 08:14