resources.ap_ does not exist when compile my android project

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

    For Android studio, if you are using gradle 2.2.2 just disable shrinkResources into build.gradle file:

     shrinkResources false
    

提交回复
热议问题