0

I'm getting these two errors every time I run any existing project or any newly created project. I tried to clean the projects but was unsuccessful. Errors are:

Error generating final archive: java.io.FileNotFoundException: C:\xx\workspace\gui_1\bin\resources.ap_ does not exist

Unparsed aapt error(s)! Check the console for output.

Can anyone help me remove these errors? Yesterday everything was working fine but after installing some google APIs it started showing these errors in every project in Eclipse.

Community
  • 1
  • 1
dark_shadow
  • 3,503
  • 11
  • 56
  • 81
  • Is there none who can help me ? – dark_shadow Oct 23 '11 at 19:54
  • Your question isn't related to any of the these tags which you had added: `eclipse-plugin`, `android-emulator`, `android-manifest`. Please only add tags which are strictly relevant to the problem. – Sufian Jul 17 '16 at 15:27
  • Possible duplicate of [Getting error on every newly created project](http://stackoverflow.com/questions/7866071/getting-error-on-every-newly-created-project) – Sufian Jul 17 '16 at 15:55

2 Answers2

0

I found that I had saved a pdf file into the drawable folder of my project in Eclipse. The error went away when I removed it. It was an accident, but is there somewhere you can put documentation into an Eclipse Project

user462990
  • 5,472
  • 3
  • 33
  • 35
0

I found this link which basically says clean your project (Project > Clean menu).

Jack
  • 9,156
  • 4
  • 50
  • 75