After I updated my project to AndroidX with targetSdkVersion set to 28, my project crashes on installing it from the store for beta testing.
AndroidX
targetSdkVersion
android.view.InflateException: means there is something wrong in your XML file itself.
Please check all your dimensions, color resources, and other resources you have assigned in the XML tag.
Or post your XML file here.