Hi looking for some help as I am not having much luck trying to develop in AndroidStudio. A couple of months ago I had android studio running and I updated it. Ever since I have been getting the follow error when ever I build any project.
Gradle sync failed: Cause: com.android.build.gradle.internal.ToolingRegistryProvider.
When I clean the project I see the following message.
Error:(1, 1) A problem occurred evaluating project ':app'.
> java.lang.NoClassDefFoundError: com/android/build/gradle/internal/ToolingRegistryProvider
I have tried the following to resolve the issue.
- Uninstall and try again.
- Unistall and manually remove left behind files.
- Download latest gradle version and manually use those files when building.
If anyone could point me in hte right direct I would be very grateful is this is driving me up the wall.
Thanks.