3

While trying to solve an Android Gradle build Error using a ImageMagick conversion

I ran into a new Android error:

Error:Ticks in transparent frame must be black or red.

Error:Error: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'E:\Android\sdk-Android-Studio\build-tools\19.1.0\aapt.exe'' finished with non-zero exit value 42

What does it mean, and how do I solve it?

Enter image description here

Community
  • 1
  • 1
Paul Verest
  • 60,022
  • 51
  • 208
  • 332

1 Answers1

-2

When you make a .9 picture, you should let it be nice. It means the picture is a standard .9 (PNG) picture, so check the resources.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131