Command aapt is not found

Eve picture Eve · Sep 28, 2016 · Viewed 17k times · Source

I wanted to use the aapt command on a Mac with the android sdk (folder /build-tools/24.0.1). But whenever I try to use the command I get the message that the command is not found (aapt/aapt2). This doesn't work neither in the Terminal nor in Android Studio.

If I list the available commands in the 24.0.1. folder in the Terminal, there is a star sign next to both commands, which is described as:

A star (*) next to a name means that the command is disabled.

How can I enable these commands again? Updating the build-tools didn't help.

Answer

josedlujan picture josedlujan · Sep 28, 2016

Check your path and check if it is correct.

Just edit your ~/.bash_profile add this line:

export PATH=$PATH:/PATH/TO/android-sdk-macosx/build-tools/x.x.x