-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This plugin is incompatible with phonegap-plugin-push plugin because android-support-v4.jar is included (cordova build android failing) #1183
Comments
i have same issue, cant work this plugin with phonegap-plugin-push because of push uses support 13 this plugin uses support v4 any solution for this? |
hello guys |
Hi, I found a solution for this problem after many time spent on Google :p Found the plugin.xml in plugins/com.phonegap.plugins.facebookConnect and replace the line 60
by this :
You will replace a local dependence by a graddle dependence more efficient and without conflict EDIT : You must reinstall the platform after that. |
hi |
Yes sorry, you must rm the platform and add it again to consider this change. |
the build is working again :) thank you :) |
@Clebiez , Just implemented your hack. Yes its working, amazing |
Clebiez you are a god!!! |
If both phonegap-facebook-plugin and phonegap-plugin-push are installed in the same project then cordova build android will fail.
Investigation shows that this is because android-support-v4.jar is included in this plugin.
See phonegap/phonegap-plugin-push#338
Is there a way to fix this or provide any walkaround please?
Thanks in advance.
The text was updated successfully, but these errors were encountered: