ANDROID - PlacePicker od jakiej wersji androida?

0

Wie ktos od jakiej wersji androida jest dostępny PlacePicker ?

0

Bo mam problem z uruchomieniem PlacePickera na androidach 4.4, 5.0
Plik gradle:

android {
    compileSdkVersion 26
    defaultConfig {
        applicationId "com.test.app"
        minSdkVersion 16
        targetSdkVersion 26
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'com.android.support:appcompat-v7:26.1.0'
    implementation 'com.android.support:design:26.1.0'
    implementation 'com.android.support.constraint:constraint-layout:1.1.3'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
    compile 'com.google.android.gms:play-services:8.4.0'
    /*compile 'com.google.android.gms:play-services-places:9.8.0'*/
    compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'

}
0

ale jaki masz błąd

0

wdl tego:
https://developers.google.com/android/guides/setup

najnowsza wersja to:
com.google.android.gms:play-services-places:16.0.0

a ty chcesz jakas 9.x
wez to podbij do najnowszych wersji

1 użytkowników online, w tym zalogowanych: 0, gości: 1