Не удается разрешить Autocomplete.IntentBuilder () после добавления API мест Google? - PullRequest
0 голосов
/ 05 мая 2020

Я добавляю

 implementation 'com.google.android.libraries.places:places:2.2.0'

после проекта syn c с градиентом, я не могу разрешить это

enter image description here

, а также получил ошибка

Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91
    is also present at [androidx.core:core:1.1.0] AndroidManifest.xml:24:18-86 value=(androidx.core.app.CoreComponentFactory).
    Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:18:5-189:19 to override
...