Android Studio 0.5.9 Error Code 42

Every time I try to import a project from eclipse, I get an error like this

Error:Execution failed for task ':app:mergeDebugResources'.

Error: the command failed: D: \ Android \ sdk \ build-tools \ 19.1.0 \ aapt.exe s -i C: \ projects \ ZwallU \ app \ src \ main \ res \ drawable-hdpi \ filgoal.png -o C: \ projects \ ZwallU \ application \ build \ res \ everything \ Debug \ hood-HDI \ filgoal.png Error code: 42 Output: Error libpng: not a PNG file

There is nothing wrong with working with this file on eclipse. Does anyone have a solution for this error?

+4
source share
1 answer

I think you have a problem with the file filgoal.png ...

C:\\ZwallU\\\\\Debug\-\filgoal.png : 42 : libpng: PNG

, PNG. , , JPEG.

+5

Source: https://habr.com/ru/post/1543442/


All Articles