gpt4 book ai didi

android - 在 Mac 上使用 Android Studio 在命令行中构建 Android 应用程序

转载 作者:行者123 更新时间:2023-12-05 00:15:52 38 4
gpt4 key购买 nike

我在我的 Mac 上安装了 Android Studio。我有一个安卓项目。我想在命令行中构建它。如果我尝试构建,甚至只是获取可用任务:

./gradlew tasks

我遇到了这个错误:

No Java runtime present, requesting install.

我不想安装新的 JDK。我可以在 Android Studio 中构建应用程序。如何使用Android Studio安装的JDK?

最佳答案

在本文中您可以找到解决方案: https://medium.com/@peter.configcat/build-your-android-app-from-command-line-with-android-studio-on-mac-ee1f7434709b

将 Android Studio JDK 添加到您的 PATH 中。将此添加到您的 .zshenv:

export JAVA_HOME=/Applications/Android\ Studio.app/Contents/jre/jdk/Contents/Home
export PATH=”$JAVA_HOME/bin:$PATH”

./gradlew tasks./gradlew assmebleDebug 应该可以工作。

关于android - 在 Mac 上使用 Android Studio 在命令行中构建 Android 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64326412/

38 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com