我最近安装了AndroidX库。我现在的问题:
找不到类“ androidx.core.app.CoreComponentFactory”
我收到一条错误消息。打开屏幕后,我的移动应用程序关闭。
答案 0 :(得分:0)
您尝试过吗? 转到清单,然后在应用程序内部添加。
<application
android:allowBackup="true"
android:appComponentFactory="anystrings be placeholder"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:replace="android:appComponentFactory">
也许这是原因之一!