我正在使用 Google Maps Android API v2 开发一个项目,当我开始引用 google-play-services_lib 时遇到问题。我的项目图标上出现一个红色感叹号,并且在“问题”选项卡中出现错误消息(我使用的是 Eclipse):
The container 'Android Dependencies' references non existing library 'C:\Users\Labo FMS\Documents\Applications\04-adt-bundle-windows-x86_64\sdk\extras\google\google_play_services\libproject\google-play-services_lib\bin\google-play-services_lib.jar'
而且,确实,如果我去那个文件夹,我会看到没有“google-play-services_lib.jar”文件。
我试过重新安装库,我注意到安装时底部有一条错误消息:
[2013-04-09 13:54:32 - google-play-services_lib] Unable to resolve target 'android-8'
[2013-04-09 13:54:32 - google-play-services_lib] Unable to resolve target 'android-8'
[2013-04-09 13:56:18 - MainActivity] Unable to resolve target 'android-8'
有人知道这一切意味着什么吗?