15
votes

JAVA_HOME=C:\Program Files\Java\jdk1.8.0_111

TargetSDKVersion:25

Cordova Android build broken after gradle dependencies update: Execution failed for task ‘:processDebugResources’. > com.android.ide.common.process.ProcessException: Failed to execute aapt

I recently ran the command “cordova build android” and gradle tried to download some dependecies:

Incremental java compilation is an incubating feature. Download https://maven.google.com/com/android/support/support-v4/27.0.0/support-v4-27.0.0.pom

Download https://maven.google.com/com/android/support/customtabs/27.0.0/customtabs-27.0.0.pom

Download https://maven.google.com/com/android/support/support-compat/27.0.0/support-compat-27.0.0.pom

Download https://maven.google.com/com/android/support/support-media-compat/27.0.0/support-media-compat-27.0.0.pom

Download https://maven.google.com/com/android/support/support-core-utils/27.0.0/support-core-utils-27.0.0.pom

Download https://maven.google.com/com/android/support/support-core-ui/27.0.0/support-core-ui-27.0.0.pom

Download https://maven.google.com/com/android/support/support-fragment/27.0.0/support-fragment-27.0.0.pom

Download https://maven.google.com/com/android/support/support-annotations/27.0.0/support-annotations-27.0.0.pom

After that, at the end the build fails with this message:

ERROR: In FontFamilyFont, unable to find attribute android:font

ERROR: In FontFamilyFont, unable to find attribute android:fontStyle

ERROR: In FontFamilyFont, unable to find attribute android:fontWeight

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':processDebugResources'.

    com.android.ide.common.process.ProcessException: Failed to execute aapt

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

[ERROR] An error occurred while running cordova run android (exit code 1)

I tried to find a solution but I didn’t find any post with this. Any idea???

1
"It is all related to [email protected] and [email protected] (that was my version) and the [email protected] By upgrading to [email protected] and removing cordova-plugin-compat. cordova plugin rm cordova-plugin-compat --force cordova platform rm android ionic cordova platform "post 83See hereJon Goodwin

1 Answers

0
votes

Remove platform/android then run Cordova build android again