Ionic Gradle问题,在我构建为android之后,[离子]

vwoqyblh  于 2022-12-09  发布在  Ionic
关注(0)|答案(1)|浏览(177)
  • 尝试:使用--stacktrace选项运行以获取堆栈跟踪。使用--info或--debug选项运行以获取更多日志输出。使用--scan运行以获取完整信息。
  • 请访问https://help.gradle.org获取更多帮助

此版本中使用了已弃用的Gradle功能,使其与Gradle 8.0不兼容。
您可以使用'--warning-mode all'来显示各个弃用警告,并确定它们是否来自您自己的脚本或插件。
请访问https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 2s命令失败,退出代码为1:C:\Users\User\Downloads\ionicfix\ioniclastest\platforms\android\gradlew cdvBuildDebug -b C:\Users\User\Downloads\ionicfix\ioniclastest\platforms\android\build.gradle [错误]执行子程序cordova时发生错误。

cordova.cmd build android exited with exit code 1.

    Re-running this command with the --verbose flag may provide more information.
gc0ot86w

gc0ot86w1#

有同样的问题..我把gradle改到了7.0.3(也许它可以和7.1.1一起工作),也把Android Studio中的gradle JDK(首选项... -〉构建,执行,部署-〉构建工具-〉Gradle)改到了版本11。有时你必须从VSCode重新加载Android Studio才能让它工作。

相关问题