Migrating from Eclipse to Android Studio 1.0 (Workspace)

So finally Android Studio has been released and I want to import the Eclipse workspace into Android Studio and after looking into the differences in file structures some sources say that

Workspace → Projects

Projects → Modules

It seemed simple enough, but then other sources say that the modules in an Android Studio project depend on each other and should work together (like packages? But Android Studio also has folders of folders ...) and my Eclipse projects are not dependent on each other friend so I'm not sure what to do

Either I import the entire Eclipse Workspace from GitHub to Android Studio (create a module for each project), which makes the file structure look like this (and I get a Gradle error migration project, not sure how to resolve this)

or

import each project separately in Android Studio as Android Studio project (and then put them in the main folder as "Workspace")

Any suggestions to make this a less painful migration? Thanks to

No feedback? :( If my question is unclear, please let me know .. It would be nice. I just don't want to mess up the workspace I created.

+3


source to share





All Articles