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

后端 未结 6 1338
情书的邮戳
情书的邮戳 2021-02-13 01:34

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

Back when Android Stu

6条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-13 02:05

    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

提交回复
热议问题