I have an Android App in Android Studio. When I build project with Gradle File,it gives me one error at compile time. Error Report:
Error:org.gradle.api.inte
For me, I have tried to:
(Doesn't Work):
invalidate caches.
stop third-party plugins.
remove gradle repository.
remove {project dir}/.gradle/2.*(which are not current gradle version)
(Work):
Finally, the answer is like @MAC113's,
delete {project dir}/.gradle/2.10 (2.10 is my current gradle version)