'Gradle sync failed: Cause: startup failed (Basic functionality not working)
It is my first time to use android studio V 3.1.3
when i finished installation and trying to build this error is shown
it said that "Basic functioality not working correctly such as building and debugging "
i do not known how to solve it
i use a local gradle distribution like this
Then press on sync project with gradles files
but this error is still shown.
It works well but after that this error is happened
any help
Thanks in advance.
Solution 1:[1]
I also have the same problems as you,Now I have solved it.
The following are the steps to be solved
- Exit Android Studio.
- Delete the .gradle folder eg: C:\Users{userName}}.gradle
- Restart androidStudio and wait a moment.
Solution 2:[2]
Have you tried
Android studio -> File -> Invalidate Caches/Restart -> Invalidate and Restart
Solution 3:[3]
Deleting the .gradle folder was unsuccessfull for me. Still waiting for another solution.
Solution 4:[4]
you should go to settings > build,execution,Deployment > build tool > gradle
and the change the user gradle home that to path of environment variable of JAVA-HOME Address Like this and then change gradle JDK to Embedded JDK it will solve your problem
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Arbaz.in |
| Solution 2 | prashant17 |
| Solution 3 | CHEBBI Bessem |
| Solution 4 |

