gradle issue after distribution 4.10.2

生来就可爱ヽ(ⅴ<●) 提交于 2020-04-30 16:36:24

问题


I follow all recommandation to make migration of androidX but when I change distribution

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

I have this error

The Gradle project does not define a task suitable for the requested build.
Review the android/app/build.gradle file and ensure it defines a debug build type.

FAILURE: Build failed with an exception.

* What went wrong:
Task 'null' not found in root project 'android'.

I don't know what to do

来源:https://stackoverflow.com/questions/55313510/gradle-issue-after-distribution-4-10-2

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!