build failing during merge resources with Android Gradle plugin 3.3.0

前端 未结 12 1403
不知归路
不知归路 2020-11-30 01:25

I have a lot of different flavors for my build that have specific resources and I don\'t want to clutter my src directory in my project with a bunch of flavor-specific direc

12条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 01:42

    From the log It looks like one of your png image might be corrupt, Try replace or remove it and try to build.

    \res\drawable-xxxhdpi\background_4.png
    

提交回复
热议问题