2016-06-15 30 views
1

的Android Studio无法化解我的活动如下进口路线追踪:一些谷歌的进口不能由Android工作室解决

import com.google.android.gms.common.GooglePlayServicesClient; 
import com.google.android.gms.common.GooglePlayServicesClient.OnConnectionFailedListener; 
import com.google.android.gms.location.LocationClient; 

虽然我安装Anroid的SDK管理器谷歌API和编译依赖以下在我的build.gradle(模块:应用程序)

compile 'com.android.support:appcompat-v7:23.4.0' 
compile 'com.android.support:support-annotations:23.4.0' 
compile 'com.android.support:design:23.4.0' 
compile 'com.android.support:support-v4:23.4.0' 
compile 'com.google.android.gms:play-services:9.0.2' 
compile 'com.google.android.gms:play-services-maps:9.0.2' 
compile 'com.google.android.gms:play-services-location:9.0.2' 
compile 'com.google.android.gms:play-services-base:9.0.2' 

我会感谢任何提示或帮助。

+1

http://stackoverflow.com/questions/15990075/the-import-com-google-android-gms-cannot-be-resolved选中此项。 –

回答

相关问题