yilugesanghua

Results 16 comments of yilugesanghua

I try it. Running "flutter pub get" in jdf_jddoctor_cross_platform_module... 1,507ms but it still got 'type 'Bool' not found'

就是你这个项目的 example工程 然后使用 'open android module in android studio'

[✓] Flutter (Channel stable, 3.0.5, on Mac OS X 10.15.5 19F101 darwin-x64, locale zh-Hans-CN) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3) [!] Xcode - develop...

现在是这样:1. 我将jdk换成11 运行example是可以的 2.依赖该项目 会让我们强制的把项目提到31的版本,这个看一下sdk是否可以兼容31以下的版本

![](https://user-images.githubusercontent.com/5662065/184601185-2c1b18ce-791c-4ff8-97e9-4aeccfe52fdb.png) 这里面的是31。导致使用Android 运行或者flutter build aar. 出现上面的错误

会有的,这是我们项目依赖看到的

然后我们使用Android 结构打开我们项目 运行的时候就会出现问题

我们是混合开发,将flutter module 通过flutter build air 依赖到原生里面。有时候需要在Androi结构下进行编码运行,随后就会出现上面的问题。