I´m running a linux android sdk installation and my new project needs Build tools 21.1.1
Somehow, this build tools do not exist, eventhough my sdk is up to date, but in the build-tools folder there is now android-4.4W folder
android update sdk --no-ui
My sdk/build-tools folder
I´ve moved the content testwise to a 21.1.1 folder, but this isn´t recognized either.
Is this a bug?How to I get the right build tools?
What worked for me was:
Which showed me the following list:
Followed by the command:
The "3" in the command refers the the index listed in the output of the first command.