Helen
Posts: 0
Joined: Wed Aug 28, 2013 8:35 pm

Minimum required Android version?

What is minimum Android version supported by Appery? I'm testing Android mobile app on a Samsung GT-P1010 Android tablet, however it's running firmware version Froyo 2.2.1.
The sqlite calls that work on iOS version are not working on Android, when testing on this device.
Please advise.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Minimum required Android version?

Hi Helen,

It depends on the functionality you use. You can set minimal, target and maximal version in App settings - Android binary for your project.

Regarding SQLite calls, you can take a look at here: http://stackoverflow.com/questions/60...

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Minimum required Android version?

For Appery.io API v1.0 (corresponds to Cordova 2.4.0) minimal Android version is Android 2.1 - API level 7. Read more here: http://docs.phonegap.com/en/2.4.0/gui...

For Appery.io API v1.1 (corresponds to Cordova 2.9.0) the minimal version is Android 2.2. See here http://docs.phonegap.com/en/2.9.0/gui...

But this is only the minimum levels of supported API for work with the device. It does not guarantee that the application will run in the same way on Android 2.2 and Android 4.3. Since application written using Cordova is performed on the native browser, it is important to consider what this specific version browser is able to perform. Here you can find detailed tables on the supported functionality as CSS and JS: http://caniuse.com/

Return to “Issues”