Hi,
I’m migrating app from PhoneGap Build
When trying to build on Android, I get this error:
> Task :app:processReleaseManifest FAILED
/platforms/android/app/src/main/AndroidManifest.xml:37:5-66 Error:
Element uses-feature#android.hardware.location.gps at AndroidManifest.xml:37:5-66 duplicated with element declared at AndroidManifest.xml:32:5-91
/platforms/android/app/src/main/AndroidManifest.xml Error:
Validation failed, exiting
Probably 2 plugins are requiring GPS sensor (but I don’t know which).
How I can fix that?
I have no inside knowledge of how these plugins work, but it looks like they are both trying to set the same setting. You might ask the author of the plugin for more info.