Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

Error generating the build

Pedro_S_
Beginner
584 Views

I have a problem when creating the build.

I am unable to identify the reason, I would like help to analyze the log attached.

att.527906

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
584 Views

There appears to be a problem with one of your icon files:

Execution failed for task ':mergeArmv7ReleaseResources'.
> .../cordova_project/platforms/android/res/drawable-xhdpi/icon.png: 
Error: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: 
Process 'command '.../android-sdk/build-tools/21.1.2/aapt'' finished with non-zero exit value 42

points to this:

http://stackoverflow.com/a/30713681/2914328

Try removing all icons from your project to see if the build works with no icons.

0 Kudos
Reply