Miguel Navarro7469744
Posts: 0
Joined: Mon Apr 06, 2015 4:55 pm

How do I set minimum android version to to kitkat

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.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How do I set minimum android version to to kitkat

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.

Return to “Issues”