resources.ap_ does not exist when compile my android project

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

    I got this along with an error when the "aapt.exe" update tool was run.

    There's apparently a bug in this program when the console build output is set to "Verbose". Changing it to "Normal" fixed it for me.

    See this link:

    aapt.exe is throwing unhandled exception while building *.apk file for Android project in Eclipse

提交回复
热议问题