Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Import Project from IntelliJ IDEA to Android Studio

I was only able to find guides on how to import an Eclipse project into Android Studio. But I am not using Eclipse, I am using IntelliJ IDEA.

How do I generate the new Gradle build files for my project?

EDIT: To clarify. I know how to setup Gradle manually. But that's not what I am asking for. The question is: Am I able to let the Android SDK generate the Gradle files for me? Like the ADT does... But since I'm not using Eclipse, I don't have access to the export feature of ADT!

like image 366
Goddchen Avatar asked May 17 '13 10:05

Goddchen


1 Answers

Have you started Android Studio yet? Because importing IDEA Projects is one of the possible selections you can choose in the beginning.

If you passed that initial state already, just go to File -> Import Project and select the folder of your project that you want to import. The rest is straight forward and pretty bullet proof as both are basically IDEA :D

like image 89
WarrenFaith Avatar answered Oct 03 '22 00:10

WarrenFaith