I want to import my android project (created with Android Studio there are 4 months ago) to my new laptop with Android Studio. So when I select the folder where my project i
Do you have gradle installed? If not, following this guide will help.
Ideally you don't want to select the "Import project from Gradle" option though - you should be using the gradle wrapper created with the project. If there is no gradle wrapper, create a new project and copy the gradle wrapper across.
The gradle wrapper will download the correct gradle version for the project, and avoids the need to have gradle installed locally.