Page 1 of 1

How do I set minimum android version to to kitkat

Posted: Wed Aug 19, 2015 7:08 pm
by Miguel Navarro7469744

There's a drop down in the builder project app/setting but it won't allow me to specify kitkat. For my application Kit Kat is a big deal because this is when the Chrome based web view is used.


How do I set minimum android version to to kitkat

Posted: Thu Aug 20, 2015 2:53 pm
by Evgene Karachevtsev

To set android 4.4 version you can do following:

1 Open project sources.

2 Open file : ANDROID-projectName-AndroidManifest.xml
Details: http://prntscr.com/7mwfpg/direct

3 Edit following line:

Set android:minSdkVersion with 19 value(android 4.4+).

Details: http://prntscr.com/7mwh4g/direct

It such way you can set any other min sdk verstion.