No matter what projects I import, they never work - Android Studio is always tagged with this is not a Gradle build project .
I select VCS -> GIT and clone the repo without any problems. Then I go through the wizard without any problems (I select create project from existing sources ), creating my code base with the warning below. When I try to run all kinds of errors.
Transfer project to Gradle? This project does not use the construction of the Gradle system. We recommend that you switch to using the Gradle build system. Learn more about migrating to Gradle.
Do not show this message again.
When I go to the link, it makes no sense to me, he says to create an arbitrary Gradle file and fill it with my links (I think), which is not in my power. I should not do this, as in the instructions of the repository he says that this is actually a Gradle-based project.
The project I'm trying to clone is https://github.com/googlesamples/android-play-location.git
Can someone tell me how to import and run the following git repo in android studio for example?
android android-studio gradle
Fearghal
source share