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?
source
share