Cordova Android duplicated uses-feature from two plugins

前端 未结 7 2043
无人共我
无人共我 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:44
    1. In addition to removing duplicate lines in plugins.xml file, go to [your project]/platforms/android/android.json and remove duplicate lines in the file as well.

    2. Reopen your command terminal before compiling the project again.

    0 讨论(0)
提交回复
热议问题