Error: Gradle DSL method not found: compile()

前端 未结 2 998
情书的邮戳
情书的邮戳 2020-12-12 01:19

enter image description here

Hello, we\'ve created an android app for our site, but now you want to turn it into an APK, but I\'ve encountered the following error an

2条回答
  •  -上瘾入骨i
    2020-12-12 01:39

    Try to change below version in your Gradle-wrapper.properties or you need to update Gradle-wrapper.properties

    distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
    

提交回复
热议问题