Cannot find `aapt.exe`. Please install the Android SDK Build-tools package
Posted LittleFeiHu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cannot find `aapt.exe`. Please install the Android SDK Build-tools package相关的知识,希望对你有一定的参考价值。
Google has updated their SDK tools ("android SDK Tools" Rev. 23) in a way that also requires installing the latest "Android SDK Build-tools" package, and the Android SDK Manager does not enforce this requirement.
Fix: once you have installed "Android SDK Tools" Rev. 23 or higher, you must also install "Android SDK Platform-tools" Rev. 20 or higher and "Android SDK Build-tools" Rev 19.1.0 or higher (Rev. 20 recommended). This is necessary because Google moved some of the executables that were previously located in the "Android SDK Tools" package into the "Android SDK Build-tools" package.
After this step your Android SDK Manager should show up-to-date versions for all three packages:
Error messages
Xamarin Studio on Mac
error XA5205: Cannot find
aapt
. Please install the Android SDK Build-tools package with the/Users/username/Library/Developer/Xamarin/android-sdk-macosx/tools/android
program.
Visual Studio on Windows
Cannot find
aapt.exe
. Please install the Android SDK Build-tools package with theC:\Users\Username\AppData\Local\Android\android-sdk\tools\android.bat
program.
以上是关于Cannot find `aapt.exe`. Please install the Android SDK Build-tools package的主要内容,如果未能解决你的问题,请参考以下文章
error MSB6006: “aapt.exe”已退出,代码为-1073741819
yum出错Error: Cannot find a valid baseurl for repo: base
go 报错 cannot find module providing package或cannot find main module