resources.ap_ does not exist when compile my android project

前端 未结 28 3208
慢半拍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:42

    I had the same problem and after digging around the different output Eclipse provides discovered that the issue had to do with a malformed 9-patch image.

    I discovered the issue in the Problems output (Alt-Shift-Q then X).

提交回复
热议问题