Giter VIP home page Giter VIP logo

Comments (3)

dpa99c avatar dpa99c commented on July 30, 2024

The error shown in the screenshot is within the Google Maps plugin, so what has that got to do with this plugin?

from cordova-plugin-request-location-accuracy.

gbelmm avatar gbelmm commented on July 30, 2024

When using this plugin gives me that error, if I remove it works perfect, any ideas?

from cordova-plugin-request-location-accuracy.

dpa99c avatar dpa99c commented on July 30, 2024

This plugin uses the unpinned/latest version of the Google Play Services Location library whereas the Google Maps plugin pins the version to v9.8.0 therefore you have a Gradle version conflict.

Version pinning in Cordova plugins is a bad idea for exactly this reason. You'll need to either edit the plugin.xml of the Google Maps plugin to unpin the version or edit the plugin.xml of this plugin to pin it to the same version (v9.8.0) as the Google Maps plugin. To do this, whichever plugin you modify will need to be first uninstalled from your project to remove the Gradle entries. You may also have to remove/re-add the Android platform to reset the Gradle files.

Then you'll need to either:

  • fork the Github repo, modify, commit, push and install it directly from there
  • or clone the repo (or copy the folder from plugins/) to a folder outside the project, modify it, then install the plugin from the local path

from cordova-plugin-request-location-accuracy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.