2016-06-15 34 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選中此項。 –

回答

相關問題