I have been looking for this inside of the docs but can’t find it. What is the lowest version of android required for Ionic2?
1 Like
i think ionic 2 is working with android api level 19 to above version. my android mobile api version is 18 (4.3) and i developm my application is not working properly with this version.
I think 4.2 supported by Ionic. See its mostly depend upon Cordova Version not in Ionic.
See
https://cordova.apache.org/docs/en/4.0.0/guide/support/index.html41
https://cordova.apache.org/docs/en/5.1.1/guide/platforms/android/60
"As a general rule, Android versions become unsupported by Cordova as they dip below 5% on Google’s distribution dashboard. "
Android 4.4 - if you need to support older versions of Android (4.3 - 4.0) then you can use Crosswalk:
1 Like