"SplashScreen" 插件未在 android CapacitorException.Wrapper 上实现
"SplashScreen" plugin is not implemented on android at CapacitorException.Wrapper
我在将 Ionic 5 项目升级到 Capacitor 3.1.1 时遇到此错误。在更新时我开始得到这个。
错误错误:未捕获(承诺):错误:“SplashScreen”插件未在 android 上实现
错误:“SplashScreen”插件未在 android
上实现
我需要帮助..
根据 Capacitor js 指南
https://capacitorjs.com/docs/updating/3-0#switch-to-automatic-android-plugin-loading
必须在 MainActivity.java 中删除此方法。
this.init(savedInstanceState, new ArrayList<Class<? extends Plugin>>() {{
- // Additional plugins you've installed go here
- add(Plugin1.class);
- add(Plugin2.class);
- }});
我在将 Ionic 5 项目升级到 Capacitor 3.1.1 时遇到此错误。在更新时我开始得到这个。
错误错误:未捕获(承诺):错误:“SplashScreen”插件未在 android 上实现 错误:“SplashScreen”插件未在 android
上实现我需要帮助..
根据 Capacitor js 指南 https://capacitorjs.com/docs/updating/3-0#switch-to-automatic-android-plugin-loading
必须在 MainActivity.java 中删除此方法。
this.init(savedInstanceState, new ArrayList<Class<? extends Plugin>>() {{
- // Additional plugins you've installed go here
- add(Plugin1.class);
- add(Plugin2.class);
- }});