Eclipse Vs Android Studio

I’ve been reading lots of places that I shouldn’t be using Eclipse anymore for Android development, and I should be using Android Studio.

I tried moving one of my LibGdx projects over to android studio and it was a nightmare. Does anyone here use LibGdx with Android Studio? If so, how’d you do it?

why not just use intellij directly?

I haven’t tried this but to move a libgdx project to android studio I’m pretty sure you just import the libgdx project’s build.gradle file and android studio should take care or the rest. What exactly are the problems you are facing?