question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Found pixel at #" error

See original GitHub issue

I am using Android Studio 1.5, with the build tools version 23.0.2, and am getting a Gradle Build Error for every 9-patch image that I use (using your tool). Here is the complete error message from GradleBuild Log -

AAPT: ERROR: 9-patch image /home/kunal/AndroidStudioProjects/MyApplication/app/src/main/res/drawable-hdpi/munchery_ondemand.9.png malformed.

AAPT: Frame pixels must be either solid or transparent (not intermediate alphas). AAPT: Found at pixel #360 along bottom edge. AAPT: ERROR: 9-patch image /home/kunal/AndroidStudioProjects/MyApplication/app/src/main/res/drawable-xhdpi/munchery_ondemand.9.png malformed. AAPT: Frame pixels must be either solid or transparent (not intermediate alphas). AAPT: Found at pixel #480 along bottom edge. AAPT err(Facade for 1648474378) : No Delegate set : lost message:ERROR: 9-patch image /home/kunal/AndroidStudioProjects/MyApplication/app/src/main/res/drawable-xxxhdpi/munchery_ondemand.9.png malformed. AAPT err(Facade for 1648474378) : No Delegate set : lost message: Frame pixels must be either solid or transparent (not intermediate alphas). AAPT err(Facade for 1648474378) : No Delegate set : lost message: Found at pixel #959 along top edge. :app:mergeDebugResources FAILED Error:Execution failed for task ':app:mergeDebugResources'. > Some file crunching failed, see logs for details Information:BUILD FAILED

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mukesh4ucommented, Jun 7, 2016

Add below line inside build.gradle aaptOptions.setProperty(“cruncherEnabled”, false)

0reactions
romannurikcommented, Jan 22, 2019

Should be fixed by a4ddd69d987fbbb24a5012418f07b019d611b136

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to troubleshoot Meta Pixel error and warning messages ...
This is a list of Meta Pixel errors and warnings you might see in the Diagnostics tab in Meta Events Manager. You can...
Read more >
How to Fix Errors With The Facebook Pixel - YouTube
Learn how to fix facebook pixel errors quickly and easily using this video.If the Facebook pixel isn't working for you, it's probably due...
Read more >
How to Fix Meta Pixel (Facebook Pixel) Errors and Test Events
In this post, we'll show you how to fix Meta Pixel errors and how to test your events to prevent these errors from...
Read more >
Fix a Pixel phone that won't charge or turn on - Google Support
First, try holding down your phone's power button for 5-7 seconds. Learn more about turning on your Pixel. Troubleshoot your cable, charger, outlet...
Read more >
Pixel Helper Errors Explained - How to use it like a PRO
When this error appears it means that the Facebook Pixel Helper has managed to find what looks like Facebook pixel code on the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found