couldn't find "libxxxx.so"的解决办法

简介: couldn't find "libxxxx.so"的解决办法

大家在开发过程中都会遇到couldn't find "libxxxx.so"的报错,下面我来说一下我的解决办法:检查so文件是否放在了libs下,如果是的话,那么一定记得在build里配置:“sourceSets { main { jniLibs.srcDirs = ['libs'] } }”其次呢,我们还可以尝试在gradle.properties中添加代码:“android.useDeprecatedNdk=true”好了,以上就是我的解决办法,希望帮助到大家。

相关文章
|
7月前
|
Windows
ts-node : 无法加载文件 C:\Users\Dell\AppData\Roaming\npm\ts-node.ps1,因为在此系统上禁止运行脚本。有关详细信息
ts-node : 无法加载文件 C:\Users\Dell\AppData\Roaming\npm\ts-node.ps1,因为在此系统上禁止运行脚本。有关详细信息
176 0
|
10天前
Error: Cannot find module ‘node:url‘【已解决】
Error: Cannot find module ‘node:url‘【已解决】
15 3
|
7月前
|
SQL Java 数据库连接
错误:FUNCTION simple_notebook.count does not exist.解决方法
错误:FUNCTION simple_notebook.count does not exist.解决方法
|
10月前
解决 ERROR: cannot launch node of type [xxx]: can‘t locate node [xxx] in package [xxx]
解决 ERROR: cannot launch node of type [xxx]: can‘t locate node [xxx] in package [xxx]
487 0
|
11月前
|
JavaScript
安装node时Invalid Drive: D:\,真正的解决办法
今天想重新装一下最新版的node,然后安装的时候,提示Invalid Drive: D:\
|
iOS开发 MacOS Python
解决 Sourcetree 报错 Couldn't posix_spawn: error 2 问题
解决 Sourcetree 报错 Couldn't posix_spawn: error 2 问题
1285 0
解决 Sourcetree 报错 Couldn't posix_spawn: error 2 问题
运行wpscan报错Could not find 'nokogiri' (~> 1.8.0)
运行wpscan报错Could not find 'nokogiri' (~> 1.8.0)
102 0
|
JavaScript
Node:找不到模块Error: Cannot find module
Node:找不到模块Error: Cannot find module
78 0
|
编解码 并行计算
wrf--运行real.exe时报错:“Could not find level above ground“ error
在修改wrf初始场资料时,如果做了带通滤波处理,会发现在运行real.exe时报错:“Could not find level above ground” error 。
wrf--运行real.exe时报错:“Could not find level above ground“ error
|
关系型数据库 MySQL 数据库
mysql插入表时报错ERROR 1067 (42000): Invalid default value for ‘end_time‘
mysql插入表时报错ERROR 1067 (42000): Invalid default value for ‘end_time‘