Android工作室来自eclipse迁移

时间:2014-11-14 09:41:05

标签: android eclipse android-studio

我在迁移时遇到了很大的问题,因为我正在一个大项目上进行迁移。

我有:安装了Beta 0.8.14(最新版本)

我从eclipse生成build.gradle并导入到android studio。我尝试运行它,但那里没有模块,所以在一些谷歌后我尝试添加模块但出现错误:

Error:The project is using an unsupported version of Gradle.
Please point to a supported Gradle version in the project's Gradle settings or in the project's Gradle wrapper (if applicable.)

Okey再次尝试使用gradle包装器,这就发生了:

10:31:24 AssertionError: Already disposed: Module: 'appName': Already disposed: Module: 'appName'
10:31:30 AssertionError: Already disposed: Module: 'appName': Already disposed: Module: 'appName'

现在我被卡住了。

1 个答案:

答案 0 :(得分:0)

建议您在Android Studio中导入项目,而不要在eclipse中导出它。

只需导入你的eclipse-project文件夹。 这对我有用。