We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm trying to build phonegap project with this plugin but getting this err output from phonegap build android -d:
BUILD FAILED in 24s
30 actionable tasks: 30 executed
Command finished with error code 1: /Users/vencis/phonegap/ed_mobile_app/phonegap/platforms/android/gradlew cdvBuildDebug,-b,/Users/vencis/phonegap/ed_mobile_app/phonegap/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Dorg.gradle.jvmargs=-Xmx2048m,-Pandroid.useDeprecatedNdk=true
(node:79417) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: /Users/vencis/phonegap/ed_mobile_app/phonegap/platforms/android/gradlew: Command failed with exit code 1 Error output: /Users/vencis/.gradle/caches/transforms-1/files-1.1/card-form-3.3.0.aar/5f705f8e8296aa445726b8169a9ede83/res/values/values.xml:55:5-57:13: AAPT: error: style attribute 'attr/textColorError (aka com.phonegap.edating:attr/textColorError)' not found.
/Users/vencis/phonegap/ed_mobile_app/phonegap/platforms/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:2221: error: style attribute 'attr/textColorError (aka com.phonegap.edating:attr/textColorError)' not found. error: failed linking references.
Any idea what is wrong ? Thanks a lot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I'm trying to build phonegap project with this plugin but getting this err output from phonegap build android -d:
BUILD FAILED in 24s
30 actionable tasks: 30 executed
Command finished with error code 1: /Users/vencis/phonegap/ed_mobile_app/phonegap/platforms/android/gradlew cdvBuildDebug,-b,/Users/vencis/phonegap/ed_mobile_app/phonegap/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Dorg.gradle.jvmargs=-Xmx2048m,-Pandroid.useDeprecatedNdk=true
(node:79417) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: /Users/vencis/phonegap/ed_mobile_app/phonegap/platforms/android/gradlew: Command failed with exit code 1 Error output:
/Users/vencis/.gradle/caches/transforms-1/files-1.1/card-form-3.3.0.aar/5f705f8e8296aa445726b8169a9ede83/res/values/values.xml:55:5-57:13: AAPT: error: style attribute 'attr/textColorError (aka com.phonegap.edating:attr/textColorError)' not found.
/Users/vencis/phonegap/ed_mobile_app/phonegap/platforms/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:2221: error: style attribute 'attr/textColorError (aka com.phonegap.edating:attr/textColorError)' not found.
error: failed linking references.
Any idea what is wrong ? Thanks a lot
The text was updated successfully, but these errors were encountered: