zoukankan      html  css  js  c++  java
  • error XA5205: Cannot find `aapt.exe`. Please install the Android SDK Buildtools package

    vs 2015 搭建andriod 开发的

    error XA5205: Cannot find `aapt.exe`. Please install the Android SDK Build-tools package

    Brendan Zagaeski

    July 2014 edited July 2014 in Android

    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

    。net交流
  • 相关阅读:
    传参问题-HttpMessageNotReableException
    排序03-简单排序法
    排序02-直接插入排序法
    排序01-冒泡排序法
    书摘
    CS229
    SLAM学习笔记
    形态学图像处理
    SLAM学习笔记
    SLAM学习笔记
  • 原文地址:https://www.cnblogs.com/hcyblogs/p/4675450.html
Copyright © 2011-2022 走看看