What is the minimum Android version supported by Meteor? (for cordova mobile app)

That the question is really quite simple!

This is the latest version of Meteor to date, 1.1.0.2.

I understand that it is using Cordova 4.2 which has its own version restrictions. But I'm also somewhere ready to support only Android versions with more than 5% live people.

Can someone shed some light on the truth please?

(I'm especially interested in whether 4.1.2 is supported.)

+3


source to share


1 answer


For Meteor 1.2.0.2. I tried to deploy Android 2.3.3 (API10) and was unable to get my app to work with this version due to this unresolved error:

https://github.com/meteor/meteor/issues/2822



I would say that the minimum required version for vainilla Meteor is now Android 4.0 (API14) , there are many issues when trying to deploy to older versions.

As your question, you should be fully deployed to 4.1.2 unless you are using an incompatible third party library.

+1


source







All Articles