Taracque / cordova-plugin-braintree

:credit_card: A Cordova plugin for the Braintree mobile payment processing SDK.
MIT License
27 stars 42 forks source link

Unable build for android@6.4.0 platform #64

Open vencis opened 5 years ago

vencis commented 5 years ago

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