I have tried many solutions on this website but still, the problem is not solved. The issue is due to Android X library. When I added Android X, this issue was resolved but
you need just add this code in gradle.properties file
android.useAndroidX=true android.enableJetifier=true