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

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

\"Error\"project

10条回答
  •  佛祖请我去吃肉
    2020-11-30 10:39

    In my case, there are 2 build.gradle file in my project (it auto create by android studio when create new project)

    Just move the compile line to another one is solve my problem

提交回复
热议问题