简体   繁体   中英

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

That's the question really - quite simple!

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

I understand that it uses Cordova 4.2 which has it's own version constraints. But I also ready somewhere about supporting only Android versions with more than 5% live population.

Can someone shed light on the truth please?

(I am particularly interested if 4.1.2 is supported.)

For Meteor 1.2.0.2. I tried to deploy to Android 2.3.3(API10) and couldn't make my app work with that version because of this unresolved bug:

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 for older versions.

As your question, you should be fine deploying to 4.1.2 version , unless you are using an incompatible third party library.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM