I\'m having a strange issue when trying to build a basic PhoneGap app on OS X. The app is setup with just the Android platform. I\'m getting the following error when I enter
The AndroidManifest.xml file is overwritten during the build process by the values from config.xml. You should define this properties in the config.xml file.
Reference: http://docs.build.phonegap.com/en_US/3.3.0/configuring_preferences.md.html#Preferences
<preference name="android-minSdkVersion" value="10" />