当前位置:网站首页>couldn't find 'libflutter.so' --flutter
couldn't find 'libflutter.so' --flutter
2022-08-02 14:11:00 【海无垠】
由于 libflutter.so 的问题,或者说是安卓编译架构的问题,在编译运行后打开flutter显示的那个页面可能会出现 couldn’t find libflutter.so 的问题,解决办法是只使用 armeabi-v7a, 具体配置是修改 app/build.gradle 文档,如下:
android{
defaultConfig{
ndk {
abiFilters “armeabi-v7a”, “x86”
}
}
buildTypes {
debug {
ndk {
abiFilters “armeabi-v7a”, “x86”
}
}
release {
ndk {
abiFilters “armeabi-v7a”
}
}
}
}
按照以上配置,就不会出现so库找不到的问题了!
边栏推荐
猜你喜欢

6. Unified logging

MATLAB绘制平面填充图入门详解

5.事务管理

win10 system update error code 0x80244022 how to do

IPV4和IPV6是什么?

Open the door to electricity "Circuit" (3): Talk about different resistance and conductance

网络安全抓包

第二十九章:树的基本概念和性质

Detailed introduction to drawing complex surfaces using the plot_surface command

Exotic curiosity-a solution looking - bit operations
随机推荐
MATLAB绘制平面填充图入门详解
二叉树的遍历:递归法/ 迭代法/ 统一迭代法(强QAQ)
模板系列-二分
Detailed explanation of Golang garbage collection mechanism
背包问题-动态规划-理论篇
Win11 computer off for a period of time without operating network how to solve
7.Redis
永久更改pip源
动态数组-vector
【离散化+前缀和】Acwing802. 区间和
MATLAB制作简易小动画入门详解
5.事务管理
4. Publish Posts, Comment on Posts
Actual combat Meituan Nuxt +Vue family bucket, server-side rendering, mailbox verification, passport authentication service, map API reference, mongodb, redis and other technical points
Use tencent cloud builds a personal blog
1.开发社区首页,注册
将SSE指令转换为ARM NEON指令
Network Security Packet Capture
轻量化AlphaPose
第三十三章:图的基本概念与性质