Import an Android-Gradle project into Android Studio

I am trying to import a project that I created on another machine using Android Studio, to a new computer using the same software.

I select "Import Project (Eclipse ADT, Gradle, etc.)", then select a folder that has the following structure:

  app
  build.gradle
  build
  gradle
  gradle.properties
  gradlew
  gradlew.bat
  local.properties
  settings.gradle

The problem is that I can not configure the project, as on another machine, I created it. In "Project> Android", "Nothing to show" appears.

+4
source share
1 answer

" (Eclipse ADT, Gradle ..)" " Android Studio", build.gradle .

+11

All Articles