PhonegapBuild Google Admob 和 Googlemaps 插件冲突

PhonegapBuild Google Admob and Googlemaps plugins conflict

我一直在网上搜索这个问题的解决方案,但我没有找到任何相关主题。我想做的是使用 2 Google 插件 Admob 和 Googlemaps 使用 PGB cli5.2 进行编译:

<gap:plugin name="cordova-plugin-admob" source="npm" />
<gap:plugin name="cordova-plugin-armsoft-googlemaps" source="npm">
<param name="API_KEY_FOR_ANDROID" value="MyKey" />
<param name="API_KEY_FOR_IOS" value="MyKey" />
</gap:plugin>

我收到以下错误:

"Error - Two of the plugins in your app are incompatible as they both add a file with the same name. View logs to find which plugins are causing this issue. - You can fix this here"

有没有人知道是什么原因造成的或有同样的问题?

谢谢

我是 cordova-plugin-admob 的作者。为了解决这个问题,我已经向其他插件提交了一个问题:https://github.com/roberthovhannisyan/cordova-plugin-google-play-services/issues/1