【发布时间】:2019-06-06 22:06:05
【问题描述】:
我想尝试在我的 android studio 中运行这个 airbnb 克隆应用程序 但问题是它在我的 android studio 中不起作用
https://github.com/mdy0501/Airbnb
它只显示在我的控制台中
!-- 控制台 --!
7:01:05: Executing task...
> Task :help
Welcome to Gradle 5.1.1.
To run a build, run gradle <task> ...
To see a list of available tasks, run gradle tasks
To see a list of command-line options, run gradle --help
To see more detail about a task, run gradle help --task <task>
For troubleshooting, visit https://help.gradle.org
BUILD SUCCESSFUL in 0s
1 actionable task: 1 executed
7:01:05: Task execution finished.
我想知道如何在我的 android AVD 中运行该应用程序
这可能吗..?在我的 android studio 中运行该应用程序? 我找不到如何运行...
【问题讨论】:
-
按下 android studio 顶部的运行按钮。这是一个绿色三角形,你不能错过。
-
我知道运行按钮...但它无法运行
-
绿色按钮左边方框里的字是什么?应该说
app -
从 git 克隆并单击“运行”按钮后,它只显示“编辑配置”
-
你可以试试我的解决方案