【发布时间】:2014-08-15 12:36:59
【问题描述】:
我正在尝试在 android studio 0.8 上的 ubuntu 14.04 上构建 iosched 应用程序。导入 setting.gradle 文件并遵循构建指令后,我收到一条错误消息
Error
:FAILURE: Build failed with an exception.
* What went wrong:
Task 'assemble' not found in root project 'iosched'.
* Try:
Run gradle tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
本文中提到的solution 也不起作用。
【问题讨论】:
-
你能更具体地说明你在做什么吗?我能够导入 iosched 应用程序并在 0.8.6 中构建它。
-
我正在使用 android studio 0.8 ,让我尝试使用 0.8.6 构建它。
-
以前的错误消失了,但现在我收到此错误“错误:在根项目 'iosched' 中找不到项目 'android'。”
标签: android open-source android-studio iosched