This is a phonegap 3.5 / cordova 3 android app. In www/config.xml I have:
For anyone getting here looking for a way to set a specific target version, I found this: I just had the same problem. I had to change the target:
target=android-22 This should be done in two files:
myApp/platforms/android/project.properties myApp/platforms/android/CordovaLib/project.properties
Also the manifest should be updated:
From Sebastian answer placed here: Cordova : [Error: Please install Android target: "android-21"