how to create specific cordova version project?

How to create the android project with mention version in cordova?

  • I am new to cordova and I have created the android project using cordova. cordova create FAS com.FAS.solitaire "FAS Freecell Solitaire" cordova platform add [email protected] But when I published this app in Play Store, there showing ("Requires Android 2.3.3 and up"). But this app run only from android version 4.2.2 This app Play Store Link is https://play.google.com/store/apps/details?id=com.FASgame.FASsolitaire

  • Answer:

    Try adding these two lines in your config.xml file <preference name="target-device" value="universal" /> <preference name="android-minSdkVersion" value="7" />

Merbin Joe at Stack Overflow Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.