This weird logcat messages started when I switched to supportLibrary 28, not happens on 27.1.1. I tried with an empty default project and the result exactly the same.
Th
If you replace AppCompatActivity with Activity in public class MainActivity extends AppCompatActivity
, the warning will be gone as the conflict is related to AppCompat in Android X.
However, not the best solution if you need to keep the backward compatibility for older devices. Otherwise you can just ignore this warning until any fix will appear.