找不到命令 aapt
Command aapt is not found
我想在带有 android sdk(文件夹 /build-tools/24.0.1)的 Mac 上使用 aapt 命令。但是每当我尝试使用该命令时,我都会收到一条消息,提示找不到该命令 (aapt/aapt2)。这在终端和 Android Studio 中都不起作用。
如果我在 24.0.1 中列出可用的命令。文件夹中,两个命令旁边都有一个星号,描述为:
A star (*) next to a name means that the command is disabled.
如何重新启用这些命令?更新构建工具没有帮助。
检查你的路径是否正确。
只需编辑您的 ~/.bash_profile
添加此行:
export PATH=$PATH:/PATH/TO/android-sdk-macosx/build-tools/x.x.x
我想在带有 android sdk(文件夹 /build-tools/24.0.1)的 Mac 上使用 aapt 命令。但是每当我尝试使用该命令时,我都会收到一条消息,提示找不到该命令 (aapt/aapt2)。这在终端和 Android Studio 中都不起作用。
如果我在 24.0.1 中列出可用的命令。文件夹中,两个命令旁边都有一个星号,描述为:
A star (*) next to a name means that the command is disabled.
如何重新启用这些命令?更新构建工具没有帮助。
检查你的路径是否正确。
只需编辑您的 ~/.bash_profile
添加此行:
export PATH=$PATH:/PATH/TO/android-sdk-macosx/build-tools/x.x.x