I'm trying to get an Android Studio project from BitBucket to work on another computer.
When I cloned the project and tried "import an existing Android Studio project", I had the option to select my gradle location or use customizable gradle wrapper.
I tried giving gradle the location to the gradle plugin, but that gave me an error. Then I tried the gradle wrapper option, but now the Android Studio project is called "gradle", it only contains the gradle directory.
The app folder is missing.
Am I using a wrong workflow or is this a bug?