Error message:Cannot read property nativeInit of undefined
Stacktrace:
at init (oh_modules/.ohpm/@ohos+flutter_ohos@f2wnzsfv6p437smce0hm8n796l+qjsdpyogngr788g0=/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterNapi.ets:103:31)
at ensureInitializationComplete (oh_modules/.ohpm/@ohos+flutter_ohos@f2wnzsfv6p437smce0hm8n796l+qjsdpyogngr788g0=/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/FlutterLoader.ets:273:5)
at checkLoader (oh_modules/.ohpm/@ohos+flutter_ohos@f2wnzsfv6p437smce0hm8n796l+qjsdpyogngr788g0=/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineGroup.ets:41:7)
at setupFlutterEngine (oh_modules/.ohpm/@ohos+flutter_ohos@f2wnzsfv6p437smce0hm8n796l+qjsdpyogngr788g0=/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityAndEntryDelegate.ets:240:7)
at onAttach (oh_modules/.ohpm/@ohos+flutter_ohos@f2wnzsfv6p437smce0hm8n796l+qjsdpyogngr788g0=/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityAndEntryDelegate.ets:78:7)
at onCreate (oh_modules/.ohpm/@ohos+flutter_ohos@f2wnzsfv6p437smce0hm8n796l+qjsdpyogngr788g0=/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbility.ets:79:5)
```
</details>
### Flutter Doctor output
<details open><summary>Doctor output</summary>
```console
[Paste your output here]
```
</details>
新值
### Steps to reproduce
我使用 harmony API 13 是可以运行的,但是切换到 harmony next 则显示报错
### Expected results
//nothing
### Actual results
//nothing
### Code sample
<details open><summary>Code sample</summary>
```dart
```
</details>
### Screenshots or Video
<details open>
<summary>Screenshots / Video demonstration</summary>
Error message:Cannot read property nativeInit of undefined
Stacktrace:
at init (oh_modules/.ohpm/@ohos+flutter_ohos@f2wnzsfv6p437smce0hm8n796l+qjsdpyogngr788g0=/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterNapi.ets:103:31)
at ensureInitializationComplete (oh_modules/.ohpm/@ohos+flutter_ohos@f2wnzsfv6p437smce0hm8n796l+qjsdpyogngr788g0=/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/loader/FlutterLoader.ets:273:5)
at checkLoader (oh_modules/.ohpm/@ohos+flutter_ohos@f2wnzsfv6p437smce0hm8n796l+qjsdpyogngr788g0=/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineGroup.ets:41:7)
at setupFlutterEngine (oh_modules/.ohpm/@ohos+flutter_ohos@f2wnzsfv6p437smce0hm8n796l+qjsdpyogngr788g0=/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityAndEntryDelegate.ets:240:7)
at onAttach (oh_modules/.ohpm/@ohos+flutter_ohos@f2wnzsfv6p437smce0hm8n796l+qjsdpyogngr788g0=/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbilityAndEntryDelegate.ets:78:7)
at onCreate (oh_modules/.ohpm/@ohos+flutter_ohos@f2wnzsfv6p437smce0hm8n796l+qjsdpyogngr788g0=/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/ohos/FlutterAbility.ets:79:5)