resources.ap_ does not exist when compile my android project

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

    Try going to Window->Android SDK manager and update Tools and Android 4.0. This solved my issues.

    If that doesnt work, try updating everything.

    That totally worked for me!

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

提交回复
热议问题