我正在学习dialog.supportRequestWindowFeature(Window.FEATURE_NO_TITLE); //before
dialog.setContentView(R.layout.logindialog);
,并使用React-Native
库创建了一个显示地图的应用。
我已按照here中的所有步骤进行操作,但出现此错误:
我的依赖项是:
react-native-maps
我该如何解决?
答案 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 APIs
和Firebase APIs
列表。