2 pièce(s) jointe(s)
je ne comprends rien avec google play
bonjour
je ne comprend rien avec ce google play. Pourquoi j'ai ce message sur l'émulateur et sur la trace
Code:
1 2 3 4 5 6 7 8 9 10 11
|
6-15 20:51:25.502 2848-2848/? W/GooglePlayServicesUtil: Google Play services out of date. Requires 9080000 but found 8489470
06-15 20:51:25.503 2848-2848/? W/GooglePlayServicesUtil: Google Play services out of date. Requires 9080000 but found 8489470
06-15 20:51:25.505 2848-2848/? W/GooglePlayServicesUtil: Google Play services out of date. Requires 9080000 but found 8489470
06-15 20:51:25.505 2848-2848/? W/GooglePlayServicesUtil: Google Play services out of date. Requires 9080000 but found 8489470
06-15 20:51:25.507 2848-2848/? W/GooglePlayServicesUtil: Google Play services out of date. Requires 9080000 but found 8489470
06-15 20:51:25.507 2848-2848/? W/GooglePlayServicesUtil: Google Play services out of date. Requires 9080000 but found 8489470
06-15 20:51:25.508 2848-2848/? W/GooglePlayServicesUtil: Google Play services out of date. Requires 9080000 but found 8489470
06-15 20:51:25.508 2848-2848/? W/GooglePlayServicesUtil: Google Play services out of date. Requires 9080000 but found 8489470
06-15 20:51:25.511 2848-2848/? W/GooglePlayServicesUtil: Google Play services out of date. Requires 9080000 but found 8489470
06-15 20:51:25.511 2848-2848/? I/onCreate: ==============================>>> status =2 |
Sur l'émulateur mon AVD sont je pense bon :
Pièce jointe 212891Pièce jointe 212893
mon Gradle :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
apply plugin: 'com.android.application'
android {
compileSdkVersion 'Google Inc.:Google APIs:23'
buildToolsVersion '23.0.1'
compileOptions.encoding = 'ISO-8859-1'
packagingOptions {
exclude 'META-INF/ASL2.0'
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
exclude 'META-INF/services/org.restlet.engine.ClientHelper'
dexOptions {
incremental true
javaMaxHeapSize "4g"
}
}
defaultConfig {
applicationId "com.dinasoft.Segarer"
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
multiDexEnabled true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
productFlavors {
}
compileOptions {
}
}
dependencies {
compile "com.android.support:support-v4:23.3.0"
compile "com.android.support:support-v13:23.3.0"
compile fileTree(include: ['*.jar'], dir: 'libs')
compile files('libs/org.restlet.ext.httpclient.jar')
compile files('libs/org.restlet.ext.jackson.jar')
compile files('libs/org.restlet.jar')
compile files('libs/org.codehaus.jackson.core.jar')
compile files('libs/org.codehaus.jackson.mapper.jar')
compile 'com.google.android.gms:play-services-maps:9.0.2'
compile 'com.google.android.gms:play-services:9.0.2'
compile 'com.google.android.gms:play-services-base:9.0.2'
compile 'com.google.android.gms:play-services-location:9.0.2'
compile 'com.google.android.gms:play-services-ads:9.0.2'
compile 'com.google.android.gms:play-services-identity:9.0.2'
compile 'com.google.android.gms:play-services-gcm:9.0.2'
} |