Android冲突依存关系

时间:2018-07-06 07:21:11

标签: android react-native react-native-maps

我正在学习dialog.supportRequestWindowFeature(Window.FEATURE_NO_TITLE); //before dialog.setContentView(R.layout.logindialog); ,并使用React-Native库创建了一个显示地图的应用。
我已按照here中的所有步骤进行操作,但出现此错误:

enter image description here

我的依赖项是:

react-native-maps

我该如何解决?

1 个答案:

答案 0 :(得分:1)

您应该使用 SAME 版本。

implementation 'com.google.android.gms:play-services-base:15.0.0'
implementation 'com.google.android.gms:play-services-maps:15.0.0'
implementation 'com.google.firebase:firebase-core:15.0.0'

您应该检查Google APIsFirebase APIs列表。