应用中心:构建失败 - 找不到 gradleWrapperMain
App center: build failed - could not find gradleWrapperMain
我正在尝试 运行 我的应用程序在 appcenter 中,但每次尝试我总是得到这个错误。
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
到目前为止我已经尝试过:
- 删除了cmdgradle-wrapper.properties/.jar和运行
gradle wrapper
- 确保在我 运行 git commit
时添加了 gradlew
- 确保没有全局git忽略。 (或任何 git 忽略不提交 gradle-包装文件的人)
我别无选择。如何运行应用中心的应用程序?
我的问题似乎是我有多个 gradle 文件。
Appcenter 随后引用了错误的 gradle 包装器。
所以解决方法是 -> 删除不必要的 gradles
我正在尝试 运行 我的应用程序在 appcenter 中,但每次尝试我总是得到这个错误。
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
到目前为止我已经尝试过:
- 删除了cmdgradle-wrapper.properties/.jar和运行
gradle wrapper
- 确保在我 运行 git commit 时添加了 gradlew
- 确保没有全局git忽略。 (或任何 git 忽略不提交 gradle-包装文件的人)
我别无选择。如何运行应用中心的应用程序?
我的问题似乎是我有多个 gradle 文件。 Appcenter 随后引用了错误的 gradle 包装器。 所以解决方法是 -> 删除不必要的 gradles