Skip to content
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

"Crosswalk" not compatible with "phonegap-facebook-plugin" #1136

Open
bau720123 opened this issue Oct 1, 2015 · 3 comments
Open

"Crosswalk" not compatible with "phonegap-facebook-plugin" #1136

bau720123 opened this issue Oct 1, 2015 · 3 comments

Comments

@bau720123
Copy link

Hello all

if I only use the plugin,it will build Android success

<preference name="phonegap-version" value="cli-5.2.0" />
<preference name="android-build-tool" value="gradle" />
<gap:plugin name="phonegap-facebook-plugin" source="plugins.cordova.io" version="0.12.0">
 <param name="APP_ID" value="XXXXX" />
 <param name="APP_NAME" value="YYYYY" />
</gap:plugin>

but if I add crosswalk with your plugin,it will become build fail on android

<preference name="phonegap-version" value="cli-5.2.0" />
<preference name="android-build-tool" value="gradle" />
<gap:plugin name="phonegap-facebook-plugin" source="plugins.cordova.io" version="0.12.0">
 <param name="APP_ID" value="XXXXX" />
 <param name="APP_NAME" value="YYYYY" />
</gap:plugin>
<gap:plugin name="cordova-plugin-crosswalk-webview-pgb-adapt" source="npm" version="1.4.0-dev-5" />

just feedback and hope can solve the issue
thanks anyway!!!

@dnoliver
Copy link

dnoliver commented Oct 1, 2015

Just a comment, maybe it is not the root cause of this failure, but I think crosswalk is not compatible with cordova-cli 5.2.0 yet.

@davidmuldergc
Copy link

same with push plugin

don't understand alot of it. but i read that facebook plugin inserts a script/code and the other plugins as well which conflicts with double scripts/plugins. a dependency should solve this ?

hopefully it says more to you then it says to me. It seems that push plugin uses dependency and if facebook plugin did the same i wouldn't conflict anymore

@bau720123
Copy link
Author

hi @davidmuldergc
I have been post some information about push plugin
phonegap/phonegap-plugin-push#199

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants