Nativescript - Error: more than one library with package name (Android)

烈酒焚心 提交于 2019-12-13 03:47:18

问题


I'm getting the following error when I build under Android

Error: more than one library with package name 'com.google.android.gms.license'

How can I fix this?

I understand this has to do with some incompatibility with Android sdk library - but I didn't update anything explicitly - are libs being auto updated in the background?


回答1:


If your tns-android version is 4+ then you can try with tns platform add android@3.4 It worked for me.



来源:https://stackoverflow.com/questions/49417231/nativescript-error-more-than-one-library-with-package-name-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!