Google Play服务已过期。需要11020000但找到10298470

时间:2017-09-01 22:03:10

标签: android google-play-services android-manifest

我经常遇到这个错误。我的手机是谷歌播放服务版本11.0.55,我的虚拟电话是10.2.98。我已经查看了与此类似的错误区域,但我总是收到错误。请帮忙。你有什么想法吗?

android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
defaultConfig {
    applicationId "com.tatlicilar.visualeducation"
    minSdkVersion 21
    targetSdkVersion 24
    versionCode 1
    versionName "1.0"
    testInstrumentationRunner 
 "android.support.test.runner.AndroidJUnitRunner"
    multiDexEnabled true
 }
 buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 
 'proguard-rules.pro'
    }
  }
  }
  dependencies {
 compile fileTree(include: ['*.jar'], dir: 'libs')
 androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', 
 {
    exclude group: 'com.android.support', module: 'support-annotations'
 })
compile 'com.mcxiaoke.next:recycler:1.5.0'
compile 'com.mcxiaoke.next:recycler:1.5.0'
compile 'com.firebase:firebase-client-android:2.2.2'
compile 'com.google.android.gms:play-services:11.0.4'
compile 'com.facebook.android:facebook-android-sdk:[4,5)'
compile 'com.google.android.gms:play-services-location:11.0.4'
compile 'com.google.android.gms:play-services-auth:11.0.4'
compile 'com.android.support:appcompat-v7:24.2.0'
compile 'com.android.support:design:24.2.0'
compile 'com.google.firebase:firebase-database:10.2.0'
compile 'com.google.firebase:firebase-auth:10.2.0'
testCompile 'junit:junit:4.12'
}
apply plugin: 'com.google.gms.google-services'

0 个答案:

没有答案