0

How can I write a Java program in Android Studio version 3.1? Can I import any java project from eclipse to Android Studio?

AmirReza
  • 173
  • 1
  • 6
  • 16

1 Answers1

0

In my case, i started an Android project in Eclipse and finally switched to Android Studio. You can import your Java Project to Android Studio. AS migrate a lot of stuff for you like generating gradle files and more.

Just export your Eclipse Java project as archive (.zip) and import it to Android Studio.

You will recognize that you have to change some things in your source code but if this is done you will be happy.

Finally, i have to say that it was a good idea to switch to Android Studio in Android application development because AS is the recommended IDE by Google (not surprising) and it handles a lot of things for you.

M_I
  • 132
  • 5