AndroidManifest.xml下的bug调试 68~74行缺失Missing URL,解决:<intent-filter android:scheme="http" tools:ignore="AppLinkUrlError"> 19行添加xmlns:tools="http://schemas.android.com/tools" 在<activity,provider,receiver,service四大件 下添加 android:exported="true"来调用组件