resources.ap_ does not exist when compile my android project

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

    I had the same error message and it was caused by having a backslash character in one of my string resource values (in the file: res/values/strings.xml).

    I had to remove the offending character and clean the project before it would build.

提交回复
热议问题