Saturday, December 17, 2011

resources.ap_ does not exist when compile my android project

Error:

Compile Error: Error generating final archive: java.io.FileNotFoundException: ..\bin\resources.ap_ does not exist.
Compile other simple sample works. Same source file and project works on my college's machine.
Solution:
I created an empty text file under C:\Users\me\workspace\project\bin\resources.ap_
Then Cleaned/Rebuild... that seemed to fix it.

No comments: