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.
source
share