Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 android sdk 开发了一个项目,现在我想使用 android studio 打开它。在线 android 教程说你应该导出到 .gradle 但我没有这个选项,我有最新的更新。那么我怎样才能迁移到 android studio 呢?
Android Studio是基于Intellij IDEA(现在它与 99% 相同Intellij IDEA Community Edition)。因此,您可以在 Android Studio 中导入您的项目:File -> Import Project... -> "PATH to your project"。
Android Studio
Intellij IDEA
Intellij IDEA Community Edition
您应该更新您的 SDK,然后您可以在 Eclipse 中使用 .gradle 导出它。之后,您可以将其导入 Android Studio。