【问题标题】:Unable to resolve sdk.buildtools property value '18.1.0'无法解析 sdk.buildtools 属性值“18.1.0”
【发布时间】:2015-05-29 03:29:56
【问题描述】:

我收到此错误,无法编译我的 android 程序。这是我的 project.properties 文件:

target=android-22
android.library.reference.1=../appcompat_v7
renderscript.target=18
renderscript.support.mode=true
sdk.buildtools=18.1.0

我该如何解决这个问题?提前致谢!

【问题讨论】:

  • 我使用的 Eclipse 有问题,有时在清理和构建项目时会遇到问题。更改为具有更好支持的 Android Studio 对遇到类似问题的任何人都有帮助。

标签: android sdk renderscript build-tools


【解决方案1】:

确保您指定的 sdk.buildtools 版本已通过 Android SDK 管理器下载。

Build-Tools 版本 18.1.0 已经很老了,对我来说,SDK 管理器中不再列出(见下文)。您应该更新您的项目以使用更新版本的 Android 构建工具。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2013-07-25
    • 2014-02-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多