Page 1 of 1

Minimum required Android version?

Posted: Tue Sep 10, 2013 3:31 pm
by Helen

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.


Minimum required Android version?

Posted: Tue Sep 10, 2013 3:59 pm
by Kateryna Grynko

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...


Minimum required Android version?

Posted: Tue Sep 10, 2013 4:04 pm
by Kateryna Grynko

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/