I'm trying to build a repo from GitHub
using Android Studio
and whenever I try to build it, this message appears:
-Unable to find Gradle tasks to build: [:]. Build mode: REBUILD. Tests: None.
-Multiple Gradle daemons might be spawned because the Gradle JDK and JAVA_HOME locations are different. Project
I tried different versions of Android SDK
and Java JDK
.
I tried to put Java JDK
and the project file in the same path, but none of them worked.
Any help in this matter is appreciated.