androidgradleandroid-studioeclipse-adt

Android Studio from Eclipse


I'm trying to migrate my Eclipse ADT project to Android Studio and it's not working.

Here is the thing:

What do I use:

What have I done:

Here are the Gradle specs:

Now when I (try to) import the project in Android Studio, I got an error message:

Could not execute build using Gradle distribution 'http://services.gradle.org/distributions/gradle-1.8-all.zip'. Task 'wrapper' not found in project ':Project'.

What now ?:

How can I progress this further?


Solution

  • This is not a great solution, is not a clean one, but it worked for me: Create a new project from scratch and copy all the files do you need from eclipse to android studio. This was the way I did it and it worked. It is a pain in the ass to migrate from eclipse to android studio and vice-versa