Migration to AndroidX
There is an error in your activity_principal.xml. Try to change:
android:style
to
style
Also you need to add
android.useAndroidX=true
to your gradle.properties file if you want to use androidX library instead of Support Library.