resources.ap_ does not exist when compile my android project

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

    Delete bin and gen directories from system. Then F5 in eclipse.
    This helped me. Nothing else worked for me.

提交回复
热议问题