Getting Error “Gradle DSL method not found: 'compile()'” when Syncing Build.Gradle

后端 未结 10 821
后悔当初
后悔当初 2020-11-30 09:42

\"Error\"project

10条回答
  •  迷失自我
    2020-11-30 10:24

    Make sure you have a settings.gradle file in your project. Adding that solved the problem of Error:Gradle DSL method not found: 'minSdkVersion()' for me.

提交回复
热议问题