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
I added below lines inside tag
tools:replace="android:appComponentFactory" android:appComponentFactory="android.support.v4.app.CoreComponentFactory"
below lines inside gradle.properties file
android.useAndroidX=true android.enableJetifier=true
Rebuild your project.