In the process of trying to get my project running on Gradle I have installed and setup Gradle for my new project.
My problem is that I keep getting an error
Simpler Solution nowadays
All you need to do is "Import Project" in android studio to import eclipse projects. After that, try to "Syncronize project" and if it fails, and pops up that error u had, it should also be accompanied with an entry in "Entry log" as to what is the problem, "Cause: failed to find target android-10" for me. Once you fix that you should be able to successfully sync project and keep on going.