Being told project is not using the gradle build system when it is

后端 未结 6 1425
孤独总比滥情好
孤独总比滥情好 2021-02-13 01:20

When I open my project in Android Studio, I always get this. \"Error

Back when Android Stu

6条回答
  •  执念已碎
    2021-02-13 02:06

    In my case the the problem was that studio version I am using does not support the gradle version of file, so in build.gradle I had to change the gradle version to 2.3.0 and everything is smooth now

提交回复
热议问题