After upgrading to Android Studio v0.2.0, the following error message appeared.
Also, after few seconds my android studio closed itself and problem persists even if I create new android project.
After upgrading to Android Studio v0.2.0, the following error message appeared.
Also, after few seconds my android studio closed itself and problem persists even if I create new android project.
它是在 2013 年 7 月 11 日构建的 Android Studio Build #AI-130.737825 中报告的问题。幸运的是,您可以采取一种解决方法来解决此导入问题。
从外部编辑项目的 build.gradle 文件,将 'com.android.tools.build:gradle:0.4.2' 更改为 'com.android.tools.build:gradle:0.5.0'
这是该问题的链接。
@Xav,已经提到在新版本 0.5.+ 中该问题已自动修复。
在下面dependencies
改成'com.android.tools.build:gradle:0.5.0'
我在http://tools.android.com/recent/androidstudio020released上注意到了这一点
“要安装 0.2,您需要安装新的 Studio 捆绑包。换句话说,我们不提供从 0.1.9 到 0.2 的补丁更新。原因是我们对捆绑的 SDK 等进行了更改这样它就包括一个预配置的本地 Maven 存储库,可以提供 v4 支持库。”
所以你需要卸载并重新安装Android Studio才能升级到0.2。