Could not find method compile() for arguments Gradle

后端 未结 8 945
一整个雨季
一整个雨季 2020-12-02 21:29

Looked around for this solution for much too long now, and I\'m not sure if I missed it or just misstyped something, but my Gradle script will not compile. I am migrating to

8条回答
  •  孤城傲影
    2020-12-02 22:16

    Make sure that you are editing the correct build.gradle file. I received this error when editing android/build.gradle rather than android/app/build.gradle.

提交回复
热议问题