I don\'t know what to do about the following errors, I\'ve searched the web but not found anything:
java.lang.ClassNotFoundException: Didn\'t find class \"an
add below code to gradle.properties
gradle.properties
android.enableJetifier=true android.useAndroidX=true
or you can choose migrate to androidX in refactor -> Migrate to androidX.