Getting this error: Unable to load class 'org.slf4j.LoggerFactory'. in Android Studio

252 views Asked by At

A picture of Android Studio

How do I solve this error? I have tried multiple methods but they have not worked.

I have tried most of the methods as recommended by the thread below but they have also not worked: Android Studio - Error:Unable to load class 'org.slf4j.LoggerFactory'

Any help would be greatly appreciated.

SOLVED: *Android Studio Must be uninstalled. However, all relevant files must be completely deleted from the C drive after uninstalling or the problem will remain.

The process to delete the files would be as follows:

C:Drive>Users>"Your Username">AndroidStudioProjects and all other files such as .gradle and .android etc.*

1

There are 1 answers

3
rv_5143 On

This error is due to SLF4J version conflict. you've make sure that all jar have the same version SLF4J please refer this 2 mins video to solve the same.