活动01]无法解决目标' Google Inc.:Google API:5'

时间:2014-03-29 08:37:22

标签: eclipse android-layout sdk

在pdk管理器上安装时出现问题 我安装了项目,它显示错误,这样plz帮助我摆脱thisActivity 01]无法解决目标'谷歌公司:谷歌API:5'

3 个答案:

答案 0 :(得分:0)

您可能没有正确版本的Google API Android SDK。

'Google Inc.:Google APIs:1' - Upgrade the requested SDK
'Google Inc.:Google APIs:2' - Upgrade the requested SDK
'Google Inc.:Google APIs:3' - install Google APIs SDK Android 1.5
'Google Inc.:Google APIs:4' - install Google APIs SDK Android 1.6
'Google Inc.:Google APIs:5' - install Google APIs SDK Android 2.0
'Google Inc.:Google APIs:6' - install Google APIs SDK Android 2.0.1
'Google Inc.:Google APIs:7' - install Google APIs SDK Android 2.1
'Google Inc.:Google APIs:8' - install Google APIs SDK Android 2.2
'Google Inc.:Google APIs:9' - install Google APIs SDK Android 2.3
'Google Inc.:Google APIs:10' - install Google APIs SDK Android 2.3.3
'Google Inc.:Google APIs:11' - install Google APIs SDK Android 3.0
'Google Inc.:Google APIs:12' - install Google APIs SDK Android 3.1
'Google Inc.:Google APIs:13' - install Google APIs SDK Android 3.2
'Google Inc.:Google APIs:14' - install Google APIs SDK Android 4.0
'Google Inc.:Google APIs:15' - install Google APIs SDK Android 4.0.3
'Google Inc.:Google APIs:16' - install Google APIs SDK Android 4.1
'Google Inc.:Google APIs:17' - install Google APIs SDK Android 4.2

下载相应的SDK,重新启动eclipse,然后清理项目(Project - > Clean)。

答案 1 :(得分:0)

您可能需要再次清理和构建项目,以便eclipse / ADT生成新的R.java文件。

在清理之前,您可能还想在右键单击项目并选择“修复项目属性”时使用Android上下文菜单。

答案 2 :(得分:0)

安装crashlytics之后,我在 project.properties 中找到了Google Inc. / Google API / 17的路径。将其更改为Google Inc.:Google API:17该应用有效。