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

Cordova 4.0 compatibility #3

Closed
frankychan04 opened this issue Jul 28, 2015 · 2 comments
Closed

Cordova 4.0 compatibility #3

frankychan04 opened this issue Jul 28, 2015 · 2 comments

Comments

@frankychan04
Copy link

I'm getting this error when I try to build my app with this plugin using Cordova 4.0 (Android):

Project "Asyde App.tmp.proj" (default targets):
android Build Tooling revision 2015.6.7.1r
Warning: Note: Some input files use or override a deprecated API.
Warning: Note: Recompile with -Xlint:deprecation for details.
Warning: Note: Some input files use or override a deprecated API.
Warning: Note: Recompile with -Xlint:deprecation for details.
Warning: Note: Some input files use or override a deprecated API.
Warning: Note: Recompile with -Xlint:deprecation for details.
Warning: Note: Some input files use or override a deprecated API.
Warning: Note: Recompile with -Xlint:deprecation for details.
Warning: FAILURE:
Warning: Build failed with an exception.
Warning: * What went wrong:
Warning: Execution failed for task ':mergeArmv7ReleaseResources'.
Warning: >
Warning: /tmp/builds/HK3nYMlsCb7iv9k8dn/app/res/values/facebookconnect.xml: Error: Found item String/fb_app_id more than one time
Warning: * Try:
Warning: Run with
Warning: --stacktrace option to get the stack trace. Run with --info or
Warning: --debug option to get more log output.
Warning: /tmp/builds/HK3nYMlsCb7iv9k8dn/app/cordova/node_modules/q/q.js:126
Warning: throw e;
^
Warning: Error code 1 for command: /tmp/builds/HK3nYMlsCb7iv9k8dn/app/gradlew with args: cdvBuildRelease,-b,/tmp/builds/HK3nYMlsCb7iv9k8dn/app/build.gradle,-Dorg.gradle.daemon=true,-PcdvBuildArch=armv7,-PcdvBuildMultipleApks=true
Error: /tmp/builds/HK3nYMlsCb7iv9k8dn/app/res/values/facebookconnect.xml: Error: Found item String/fb_app_id more than one time
Error: /home/builder/BpcTooling/BuildScripts/node_build/node_modules/q/q.js:151
throw e;
^
[object Object]
Error: 'Build failed with error code 8'
Done building project "Asyde App.tmp.proj" -- FAILED.

It does save Cordova 4.0 is experimental but that Crosswalk WebView Engine support is crucial

@JonKragh
Copy link

Same issue for me - are there plans to update this to work with AppBuilder and Cordova 4.0 for Android? Thanks!

EddyVerbruggen added a commit that referenced this issue Sep 14, 2015
@EddyVerbruggen
Copy link

Hi @JonKragh and @frankychan04 we have recently added a change to this plugin which should solve this issue. Are you able to use the master repository for a quick test, or do you need me to release a new version first?

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