AAPT2 working abnormally in android studio 3.1 both for True and False flag

后端 未结 5 1846
长发绾君心
长发绾君心 2021-01-12 20:14

I am usingandroid.enableAapt2 = false in my gradle.properties file. After updating android studio to 3.1 my project showing a warning to update or

5条回答
  •  难免孤独
    2021-01-12 21:04

    Ensure that all your res resources are of a valid type. In my case I had a .mov file in my res/raw directory.

提交回复
热议问题