Are mdg:camera & mg:geolocation still up to date?

Hi there,

I have been trying for the last hours or so to find this error:
Plugin doesn’t support this project’s cordova-android version. cordova-android: 6.1.1, failed version requirement: >=6.3.0

I have already upgraded to the newest Meteor version (1.6.0.1) but still the same. I installed the mag:camera package locally and tried different Cordova-plugin versions, but without success.

Maybe I should change the Cordova version requirement in msg:camera’s package.js:
api.use(“isobuild:cordova@5.2.0”);

Also I don’t know how to find out the actual cordovan-android version that meteor uses.

Any idea?

Regards

No, I would not say these packages are up to date. See the open issues, specifically this issue, and open pull requests. I’d like to see these packages turned over to community support.

Meteor v1.6.0.1 uses cordova-android@6.2.3 as you can see here.

1 Like

Does this mean Meteor is dead?
I mean those are the most used packages, right?

Also seems like someone sent a PR and no-one is pulling it:

Regards

Does this mean Meteor is dead?

No, far from it. These are not the most popular packages and really are just wrappers for existing Cordova plugins. Easy to take the code and support yourself as part of your app.

With that said, I would like to see these packages become community supported in the future.

Thank you for answering.
I actually migrated the package into my code.
But still I don’t understand why no one pulls the PR .

Regards