Page 2 of 3

Facebook Connect plugin fails build

Posted: Wed Mar 02, 2016 6:29 pm
by Andrew Davidsburg

The Issue is that I cannot create the APK from the app. There is no facebook page seup yet. If the plugin is activated through app settings tab, the build fails with no indication of what is causing the error.


Facebook Connect plugin fails build

Posted: Thu Mar 03, 2016 1:56 pm
by Alena Prykhodko

Hello Andrew,

We have checked build failure log, seems that you use some plug-ins that are not compatible between each other, you need to search for different plug-ins.

What plug-ins do you use? We can try to suggest with appropriate solution it there is some.


Facebook Connect plugin fails build

Posted: Thu Mar 03, 2016 4:49 pm
by Andrew Davidsburg

Thanks Alena! The only plugin that is active is the local notification plugin. Beyond that I have reset all the changes in source files. I have other plugins imported, but none are active or checked within the app itself. Do I need to remove them all from account entirely? I am using the facebook plugin that is listed in the tutorial?


Facebook Connect plugin fails build

Posted: Sat Mar 05, 2016 6:29 pm
by Serhii Kulibaba

Facebook plugin is internal Appery.io plugin, so it is not related to the app build. Please unselect all your plugins and try to build it. It works fine without extra plugins


Facebook Connect plugin fails build

Posted: Sat Mar 05, 2016 7:03 pm
by Andrew Davidsburg

Thanks Just wanted to clarify that this plugin is already installed?
https://devcenter.appery.io/documenta...


Facebook Connect plugin fails build

Posted: Mon Mar 07, 2016 7:46 pm
by Serhii Kulibaba

No, you have to add it by yourself.


Facebook Connect plugin fails build

Posted: Mon May 02, 2016 10:29 pm
by BananaGator

The Wizcorp plugin will not allow Android's APK to build. There is an error regarding the Push Plugin that shows towards the end of the build cycle, when the Wizcorp plugin is selected within the Cordova tab in Settings.


Facebook Connect plugin fails build

Posted: Thu Jul 07, 2016 6:02 am
by Bruce Stuart

Andrew - just found your post - did you ever get your project to build with the Facebook connect plugin - in Android?


Facebook Connect plugin fails build

Posted: Sat Aug 13, 2016 11:47 am
by taucher

Hello,

I have the same issue. Did anyone solve?

Thanks,


Facebook Connect plugin fails build

Posted: Mon Aug 15, 2016 10:22 am
by taucher

[Solved]

If you are using "https://github.com/Wizcorp/phonegap-f..." plugin with "phonegap-plugin-push" plugin then it will be incompitable.

How to solve:

-Replace "phonegap-plugin-push" plugin plugin.xml file in Line 60
code
<framework src="platforms/android/FacebookLib" custom="true" />
/code

by

code
<framework src="com&#46;android&#46;support:support-v4:+" />
<framework src="com&#46;facebook&#46;android:facebook-android-sdk:3&#46;23&#46;0" />
/code

or

use "https://github.com/rohanray/phonegap-..." this plugin insted.