wtf? eclipse and libgdx problem...

I installed eclipse luna 64 bit and java7 as well as libgdx…I noticed libgdx is now powered by gradle which is different…Well i’ve made my project, but can’t get it to even run the generated code…I literally imported the gradle project and right clicked on the desktop launcher…but when I go to Run As, it doesn’t have the options like i’m used to. It just says Configuration…I tried to set a configuration profile up but it’s not working…says could not load or find main class. I’ve been searching around but cannot find a solution. When I click search to try to set up a main class under the configuration, nothing comes up.

I’m so lost. I don’t get it. Before, it was simple to get this to run…I’m not sure what i’m doing wrong. I miss the old way lol.

I presume you watched this?

IBsvuT7MzpY

Sure didn’t. Just read the guides. I’ll check it out though. I figured the videos were just a copy of the guides. Can you post a link to where that is located? I must have missed it…Sorry, I had been up for about 24 hours because of work and was a little drunk when I posted that last night. I do appreciate it though!

The video had nothing to do with the issue i’m having. Basically, in eclipse, I have no run configurations. When I right click on the desktop project and go to Run As…There are no options there. It doesn’t say Java Application, Android Application, or any of that…

Do you have your main class open in the text editor?
(the class with

public static void main(String[] args) {...}

)

Yes.