resources.ap_ does not exist when compile my android project

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

    If you use SurfaceView and have recently changed the name of the package, you might want to check any XML tags that refer to the class.

提交回复
热议问题