This kind of error is Gradle related error. If there is a problem in Gradle or it is working in offline mode, you get error like -
To resolve this kind of error either update your Gradle or put your Gradle in online mode.
To do so, go to -
File ----> Settings ------> Build,Execution, Deployment ------> Gradle ------> and uncheck the Offline mode
Note :- make sure you are connected to internet, because it is updated from there.
To resolve this kind of error either update your Gradle or put your Gradle in online mode.
To do so, go to -
File ----> Settings ------> Build,Execution, Deployment ------> Gradle ------> and uncheck the Offline mode
Note :- make sure you are connected to internet, because it is updated from there.
Then click Apply and Ok and wait till Gradle is being updated.
No comments:
Post a Comment