报错信息 解决办法 方式一 打开AndroidManifest.xml,在提示的 Activity 中添加一条属性 android:exported="true" 添加之后,即可成功解决~ 方式二【推荐】 Apply之后,即可成功解决~