美文网首页
Flutter报错集合

Flutter报错集合

作者: yytester | 来源:发表于2020-07-14 18:50 被阅读0次

flutter运行提示Trying to embed a platform view but the PaintContext does not support embedd

解决方式,在info.plist里加入

<dict>
     ...
    <key>io.flutter.embedded_views_preview</key>
    <true/>
    ....
</dict>

打包时提示Could not determine the dependencies of task ':admob_flutter:compileReleaseAid

解决方式: rm -rf ~/.pub-cache

相关文章

网友评论

      本文标题:Flutter报错集合

      本文链接:https://www.haomeiwen.com/subject/qnxacktx.html