alibaba / alibaba/flutter_boost
Platform设置开启调试模式时启动页报 InvocationTargetException
- Dominant language
- Dart
- Stars
- 7.2k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Platform platform= new FlutterBoost
.ConfigBuilder(app,router)
.isDebug(true)
.whenEngineStart(FlutterBoost.ConfigBuilder.ANY_ACTIVITY_CREATED)
.renderMode(FlutterView.RenderMode.texture)
.lifecycleListener(boostLifecycleListener)
.build();
isDebug 设置为true的时候,启动页不能启动,报错误 java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the FlutterBoost ConfigBuilder entry point shown in the report, focusing on the isDebug(true) and whenEngineStart configuration used during startup. Reproduce the startup failure with this configuration and inspect the resulting InvocationTargetException. Done means the startup page launches successfully with debug mode enabled; no file or test is named in the report.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100