не может найти символ MapStyleOptions для android - PullRequest
0 голосов
/ 27 марта 2020

Привет, я не могу построить android проект.

android/app/src/main/java/plugin/google/maps/PluginMap.java:54:

ошибка: не удается найти импорт символов com.google. android .gms.maps.model.MapStyleOptions; ^ символ: класс MapStyleOptions расположение: пакет com.google. android .gms.maps.model

Я использую

compile "com.google.android.gms:play-services-maps:9.0.0"
    compile "com.google.android.gms:play-services-location:9.0.0"

, если я обновлю это последнее

compile "com.google.android.gms:play-services-maps:17.0.0"
compile "com.google.android.gms:play-services-location:17.0.0"

Я получаю следующую ошибку

Found com.google.android.gms:play-services-maps:17.0.0, but version 9.0.0 is needed for the google-services plugin.

Может кто-нибудь иметь представление о

...