Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Caused by: java.lang.ClassNotFoundException: com.android.tools.lint.client.api.Vendor

Good friends, I am having problems trying to compile the project in android studio, it is 100% in kotlin and when trying to clone it from github and compile it generates the following error Caused by: java.lang.ClassNotFoundException: com. android.tools.lint.client.api.Vendor which I was investigating and I have not found an answer that gives me a solution, could someone help me with this?

It should be noted that the project has different variants as shown in the image, this error appears when trying to compile in the different variants

enter image description here

like image 932
Jhonny Luis Avatar asked Mar 08 '26 06:03

Jhonny Luis


1 Answers

Can you add this(if not already)

android {
    ...
    lintOptions { 
        checkReleaseBuilds false
    }
}

in android/app/build.gradle file.

like image 97
Sulav Timsina Avatar answered Mar 10 '26 08:03

Sulav Timsina



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!