导入com.google.android.gms时出错。*;

时间:2013-07-25 08:57:45

标签: java android sdk google-api importerror

我正在尝试在link

中实施解决方案

需要导入这些:

import com.google.android.gms.common.ConnectionResult;  
import com.google.android.gms.common.GooglePlayServicesUtil;
import com.google.android.gms.common.GooglePlayServicesClient.ConnectionCallbacks; 
import com.google.android.gms.common.GooglePlayServicesClient.OnConnectionFailedListener; import com.google.android.gms.location.ActivityRecognitionClient;

我无法编译因为eclipse无法识别

 "com.google.android.gms."......

还将SDK和Google API更新为最新版(4.3)

仍然无法导入包。

3 个答案:

答案 0 :(得分:10)

按照此guide设置Google Play服务SDK。它是您必须从SDK Manager获取的客户端库。下载后,将库添加为项目。

答案 1 :(得分:3)

  1. 将Google Play服务导入为C:\adt-bundle-windows-x86_64-20130729\adt-bundle-windows-x86_64-20130729\sdk\extras\google\google_play_services

  2. 选择libproject

  3. 选择您的项目,转到媒体资源,然后在Android下添加Google Play服务库。

  4. 注意:您必须从SDK Manager安装Google Play服务。

答案 2 :(得分:1)

要添加所有答案,请确保MainProject和库项目中的android-support-v4.jar相同。如果发现它们不同,那么库项目可以不添加到你的apk中,你可以找到类找不到错误。