Gradle 4.1 issue on latest android studio 3.0.1

前端 未结 5 590
失恋的感觉
失恋的感觉 2020-12-09 07:41

Though I have an updated android studio I am getting the following error but I cannot find gradle 4.1 in the gradle folder but when I check file -> project structure -> grad

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-09 08:08

    you can add this statement to your gradle.properties file

    android.enableAapt2=false
    

提交回复
热议问题