Wizcorp / phonegap-facebook-plugin

The official plugin for Facebook in Apache Cordova/PhoneGap
Other
1.91k stars 2k forks source link

How to deal with minSdkVersion:14 android build error #1338

Open DanielReichert opened 7 years ago

DanielReichert commented 7 years ago

Instead of changing the android manifest file line

to

change in config.xml

to <preference name="android-minSdkVersion" value="15 />

Changing the android manifest file doesn't help cause it is newly generated every build