I updated my JRE to version 7. Then got this error in the eclipse’s console window for all drawable resources(one error for each reference of a drawable)
error: Error: No resource found that matches the given name (at
‘drawable’ with value ‘@drawable/checkbox_on’).
I have checked the drawables for corruption. I also tried cleaning & rebuilding the project several times. It was working fine for previous version of JRE.
Got the following 2 errors in ‘problems’ window
Error generating final archive: java.io.FileNotFoundException: H:\Software\Android\bin\resources.ap_ does not exist. Unknown Android Packaging Problem
Unparsed aapt error(s)! Check the console for output. Unknown Android Packaging Problem
What could be the issue?
Fixed it. I had missed a corrrupt png. If the problem does not go by cleaning once then it has to be a corrupt drawable.