You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/01/11 16:04:18 UTC

[GitHub] [cordova-plugin-geolocation] flyonthenet commented on pull request #81: CB-11875 added android.hardware.location.gps uses-feature.

flyonthenet commented on pull request #81:
URL: https://github.com/apache/cordova-plugin-geolocation/pull/81#issuecomment-758049494


   This seems introduces some incompatibility with other plugins.
   With version 4.1.0 (latest) i get this error when building using https://volt.build :
   
   ```
   > 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
   ```
   In this case conflict is with [cordova-plugin-googlemaps](https://github.com/mapsplugin/cordova-plugin-googlemaps)
   
   Rolling back to 4.0.2 the build succeeded.
   
   Any suggestion to use version 4.1.0?
   Thanks


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org