resources.ap_ does not generate when compile my android project
When i run my project its give me below error.
Compile Error: Error generating final archive: java.io.FileNotFoundException: ..\bin\resources.ap_ does not exist.
I tried to clean my project but also it can not generate the resource.ap_ file and my apk file 开发者_运维知识库size is 0..
please help me to solve this problem...
Quite often problems like this can be solved by deleting the project from your eclipse workspace (NOT deleting the project files) then importing the project back into the workspace. Give it a try...
Usually the following steps work: ADT -> Project -> Clean
精彩评论