build failing during merge resources with Android Gradle plugin 3.3.0

前端 未结 12 1397
不知归路
不知归路 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:39

    Solution:-

    Just deleted drawable-xxxhdpi\background_4.png and re-generated android resources by running ionic cordova resources android --force

提交回复
热议问题