How do I set a minimum android version for my app? I want to limit my app minimum android version for Kitkat version and above only? How do I do that? I build using IntelXDK crosswalk.
Develop games in your browser. Powerful, performant & highly capable.
Set minimum Android API to 19 (KitKat). And Target API to 21.
http://developer.android.com/guide/topi ... ement.html