resources.ap_ does not exist when compile my android project

前端 未结 28 3226
慢半拍i
慢半拍i 2020-12-13 06:01

Compile Error: Error generating final archive: java.io.FileNotFoundException: ..\\bin\\resources.ap_ does not exist.

Compile other simple sample works. Same source f

28条回答
  •  遥遥无期
    2020-12-13 06:27

    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 !!!

提交回复
热议问题