我最近在Ubuntu 14.04中安装了android studio,并希望继续处理我在windows中工作的Android应用程序。但是当我尝试打开一些项目时,它需要永远建立。我已经等了将近一个小时,但它似乎仍然没有编译和构建。 请帮忙吗?或建议可能是什么原因。 非常感谢您的帮助。
这就是我的build.gradle看起来像
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
答案 0 :(得分:0)
某些项目需要下载某些支持库/ jar文件,并且应该安装。您必须取消项目属性中的脱机模式