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
Related Q & A:
- How to create Android widget for my music player?Best solution by Stack Overflow
- Android::How to Create an app for a book?Best solution by Stack Overflow
- How to create movie on Android from images?Best solution by Stack Overflow
- How do you convert an Android project to a maven project manually?Best solution by Quora
- How to add this library project to Android Studio?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.