Andrew Davidsburg
Posts: 0
Joined: Sun Aug 03, 2014 5:29 pm

Facebook Connect plugin fails build

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.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Facebook Connect plugin fails build

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.

Andrew Davidsburg
Posts: 0
Joined: Sun Aug 03, 2014 5:29 pm

Facebook Connect plugin fails build

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?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Facebook Connect plugin fails build

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

Andrew Davidsburg
Posts: 0
Joined: Sun Aug 03, 2014 5:29 pm

Facebook Connect plugin fails build

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Facebook Connect plugin fails build

No, you have to add it by yourself.

BananaGator
Posts: 0
Joined: Tue Jun 30, 2015 2:53 am

Facebook Connect plugin fails build

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.

Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

Facebook Connect plugin fails build

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

taucher
Posts: 0
Joined: Fri Apr 17, 2015 6:06 am

Facebook Connect plugin fails build

Hello,

I have the same issue. Did anyone solve?

Thanks,

taucher
Posts: 0
Joined: Fri Apr 17, 2015 6:06 am

Facebook Connect plugin fails build

[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.

Return to “Issues”