I am studying Android basic and when I try to run my application I get this error.
Runnig app error: Gradle project sync failed, please fix your project and try again
Note: I have the java jdk 7
and I'm on windows 8
I am studying Android basic and when I try to run my application I get this error.
Runnig app error: Gradle project sync failed, please fix your project and try again
Note: I have the java jdk 7
and I'm on windows 8
That question is very open, it can be anything, what I have to say is that you open the SDK manager and update / download all existing and missing packages, restart Android Studio and recompile your project.
If it's not resolved, you can try using the latest Gradle version:
Open your project in Android Studio and go to File-> Settings-> Gradle .
Select Use local Gradle distribution and choose the folder where the Gradle you decompressed is located and restart your project.
Success! : D