对比了好久启动类名和包名,发现都没有问题,最终问题定位在AndroidManifes.xml文件中的一处:

<application
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:roundIcon="@mipmap/ic_launcher_round"
        android:supportsRtl="true"
        android:theme="@style/AppTheme"
        android:appComponentFactory=""
        tools:replace="android:appComponentFactory">

上图中android:appComponentFactory=""为 空,该属性输入任意字符后,重新运行,正常!

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐