Cordova Android duplicated uses-feature from two plugins

前端 未结 7 2049
无人共我
无人共我 2020-12-10 02:12

I am using two different plugins into cordova, which both have the same uses-feature, one with android:required=\"false\" and one without.

7条回答
  •  臣服心动
    2020-12-10 02:32

    1.Open plugins/[your plugin name]/plugin.xml

    2.remove this line:

    ``
    

    3. rebuild your project

提交回复
热议问题