Compile Error: Error generating final archive: java.io.FileNotFoundException: ..\\bin\\resources.ap_ does not exist.
Compile other simple sample works. Same source f
1 - Try Project > Clean and rebuild project
2 - If clean does not solve this issue, check ALL log in your Console view in Eclipse.
The issue may not be reported at the end of the Console view. In my case, it was a drawable that does not respect the 9-patch format. This was reported somewhere in the Console view but not at the end !!!