skip to Main Content

Android Studio – Lint infrastructure error Caused by: java.lang.reflect.InvocationTargetException – Android Studio 4.2.2

Every time I change the code or change the layout file I get the below error : Execution failed for task ':app:lint'. Lint infrastructure error Caused by: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.android.tools.lint.gradle.api.ReflectiveLintRunner.runLint(ReflectiveLintRunner.kt:37) at…

VIEW QUESTION
Back To Top
Search