App crashes with API 28 on Android 8.0

Hi and thank you for answering. Yes I do use MapView. If it may be usefull this is what Google Play console reports:

java.lang.RuntimeException: 
   at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3303)
   at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3411)
   at android.app.ActivityThread.-wrap12 (Unknown Source)
   at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1994)
   at android.os.Handler.dispatchMessage (Handler.java:108)
   at android.os.Looper.loop (Looper.java:166)
   at android.app.ActivityThread.main (ActivityThread.java:7529)
   at java.lang.reflect.Method.invoke (Native Method)
   at com.android.internal.os.Zygote$MethodAndArgsCaller.run (Zygote.java:245)
   at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:921)
Caused by: java.lang.IllegalStateException: 
   at android.app.Activity.onCreate (Activity.java:1081)
   at android.support.v4.app.SupportActivity.onCreate (SupportActivity.java:66)
   at android.support.v4.app.FragmentActivity.onCreate (FragmentActivity.java:321)
   at android.support.v7.app.AppCompatActivity.onCreate (AppCompatActivity.java:84)
   at com.apps.tsn.tsn21.onCreate (tsn21.java:53)
   at android.app.Activity.performCreate (Activity.java:7383)
   at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1218)
   at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3256)

I will try you suggestion. I know I already asked but I still don’t understand UXL. Do you mean that I have to create a .UXL file with <Extensions>... inside and save it in the root folder of the app?
Thank you for the patience.