You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
I'm getting this error when I try to build my app with this plugin using Cordova 4.0 (Android):
It does save Cordova 4.0 is experimental but that Crosswalk WebView Engine support is crucial
The text was updated successfully, but these errors were encountered: