1

我收到这个错误

[2014-07-11 17:50:02 - App1] Using 1.7 requires using Android Build Tools version 19 or later; currently using 17.0.0 

当我尝试使用带字符串的开关时(必须使用 jre 1.7 版来执行此操作)。我在http://shuklaxyz.blogspot.com/2014/06/eclipse-error-using-17-requires-using.html上读到要修复这个错误,你必须把这一行

sdk.buildtools=19.1

在您的 project.peoperties 文件夹中。我试过这样做,但那甚至没有用。我在清单上看到没有构建工具。有谁知道我可以用来解决这个问题的命令吗?

4

1 回答 1

2

您需要将您的 Android 构建工具更新到更高版本。不幸的是,就像 Android SDK 中的很多东西一样,你如何做到这一点并不明显。

  • 打开 Android SDK 管理器
  • 在工具下,勾选“Android SDK Build Tools 20”(或任何最新版本
  • 点击安装包
  • 重启 Eclipse
于 2014-08-16T02:16:04.797 回答