导入Google Play服务库时出错(无法写入文件)

时间:2013-04-14 01:14:44

标签: android android-maps-v2 google-play-services

尝试在Eclipse中导入Google Play服务库时,出现以下错误

enter image description here

3 个答案:

答案 0 :(得分:2)

这可能是Windows的权限问题。尝试使用“Program Files(x86)”之外的文件路径尝试它

答案 1 :(得分:2)

将google-play-services_lib复制到C:\Development\之类的位置,然后从那里导入。

请勿将google-play-services_lib放在工作区内。导入已经在工作区中的项目时,Eclipse似乎有一个错误。

答案 2 :(得分:0)

首先从sdk管理器安装,然后从你的sdk文件夹导入,如下所示: http://developer.android.com/google/play-services/setup.html#Install