Android Studio: Compilation Failed: org.gradle.internal.exceptions.LocationAwareException

1.6k Views Asked by At

I am working on an application. My app is running perfectly. Don't know what goes wrong and I am continuously getting this error when running the app. I tried almost each and everything written on internet but failed to solve the error. I am attaching screenshot of my error as well as my gradle's also. Please help. It almost wasted my 2 days.

Gradle Configuration Part 1

Gradle Configuration Part 2

error

1

There are 1 best solutions below

0
On

To flesh out Storesource's comment, right click on your project's root in Android Studio and then click Analyze>Inspect Code. You'll almost certainly have at least one error, which you can then stamp out and successfully rebuild.