ETENG-OSP / xgpush-cordova

腾讯信鸽推送 for Cordova
http://xg.qq.com/
MIT License
79 stars 38 forks source link

please remove the android-support-v4.jar #33

Open sonot opened 7 years ago

sonot commented 7 years ago

please remove the android-support-v4.jar from the project,it will cause cordova build fail, the log is: com.android.dex.DexException: Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoVersionImpl

ryanlin1986 commented 7 years ago

A better solution is:

<framework src="com.android.support:support-v13:23+" />