Android Runtime error :ReportedException: org.gradle.internal.exceptions.LocationAwareException

I know it's a small problem and the solution, but the error log was confused a lot. I think the problem in android studio 3.1 because problem was simple one but not detected properly in android studio 3.1. When i build the project there was no error detected. enter image description here

But by the cross checking error detected inside the java class: enter image description here

May be this will helping someone beginner like me that why i answered. _Happy coding : )


Basically you just have to check all .java or .kt files by opening each file and see if there is an error, because android studio is not detecting that error


I get org.gradle.initialization.ReportedException: org.gradle.internal.exceptions.LocationAwareException: for missing translations. It was handled by older versions of Android Studio.

Tags:

Android