Смешивание версий может привести к сбоям во время выполнения после добавления библиотеки объявлений admob - PullRequest
0 голосов
/ 19 мая 2018

Я знаю, что есть много подобных вопросов, но не нашел ни одного с зависимостью от рекламы Admob, я просто хочу использовать рекламу Admob в своем приложении, и я добавил зависимость от рекламы с официального сайта implementation 'com.google.android.gms:play-services-ads:15.0.0'.

Но показывает мне это предупреждение:

All gms/firebase libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 15.0.1, 15.0.0. Examples include com.google.android.gms:play-services-ads-identifier:15.0.1   and com.google.android.gms:play-services-ads:15.0.0 less... (Ctrl+F1) 
There are some combinations of libraries, or tools and libraries, that are incompatible, or can lead to bugs. One such incompatibility is compiling with a version of the Android support libraries that is not the latest version (or in particular, a version lower than your targetSdkVersion.)

Я хочу использовать только рекламную зависимость без firebase.

1 Ответ

0 голосов
/ 19 мая 2018

проверьте ваш файл app-gradle, у вас конфликт в зависимостях.Обновите следующее

com.google.android.gms:play-services-ads:15.0.1
...