很明显的意思是找到了多个so库。那么就需要去掉重复的。

在app build.gradle中配置如下:

packagingOptions {pickFirst 'lib/arm64-v8a/libsqlite.so'pickFirst 'lib/armeabi-v7a/libsqlite.so'pickFirst 'lib/armeabi/libsqlite.so'pickFirst 'lib/x86/libsqlite.so'
}

解决地址:https://github.com/card-io/card.io-Android-SDK/issues/186

转载于:https://www.cnblogs.com/hbolin/p/11506379.html

More than one file was found with OS independent path 'lib/arm64-v8a/libsqlite.so'相关推荐

  1. android异常 More than one file was found with OS independent path ‘META-INF/XXX‘

    android异常 More than one file was found with OS independent path 'META-INF/XXX' 参考文章: (1)android异常 Mo ...

  2. More than one file was found with OS independent path

    More than one file was found with OS independent path 解决方法 找到so库存放目录,找出相同的so文件,删掉其中一个,这个方法简单除暴,但是也是最 ...

  3. more than one file was found with os independent path'com/unionpay/blepayservice/'

    项目引用jar冲突或有相同的两份以上存在,系统发现了多个路径,造成系统不知道指向那个 报错:more than one file was found with os independent path ...

  4. More than one file was found with OS independent path 'META-INF/rxjava.properties

    在app下的build.gradle里面的defaultConfig里面添加:  defaultConfig {        packagingOptions {             exclu ...

  5. More than one file was found with OS independent path 'META-INF/proguard/androidx-annotations.pro'

    记一次运行App时的错误处理方法. 如图,解决办法为: 在你的build.gradle  android下添加 packagingOptions {exclude 'META-INF/proguard ...

  6. More than one file was found with OS independent path ‘META-INF/gradle/incremental.annotation.proces

    Android studio编译报错 主要是因为在module的build中加入了如下内容: implementation 'androidx.annotation:annotation:1.0.0' ...

  7. 【错误记录】NDK 动态库报错 ( dlopen failed: file offset for the library /lib/arm64/libwebp.so“ >= file size:0)

    文章目录 一.报错信息 二.解决方案 一.报错信息 运行 NDK 时 , 删除了引用的动态库 , 然后 " Ctrl + Z " 恢复 , 运行就报如下错误 ; 2021-04-2 ...

  8. Python读写文件的路径,关于os.chdir(path)位置对程序的影响,

    关于os.chdir(path)位置对程序的影响,import os import time#直接把path放到open()里面 def fu0():star = time.time()for i i ...

  9. os.listdir(path)

    关于os.listdir(path)的用法 os.listdir(path)的用途是得到路径path下的所有文件,返回list列表形式. list = os.listdir(path) 但是返回的li ...

最新文章

  1. 【iOS-cocos2d-X 游戏开发之十四】cocos2dx(c++)中访问object函数
  2. 正则表达式Regular Expression
  3. Linux TCP队列相关参数的总结
  4. tomcat请求数据的编码设置
  5. oracle数据库创建
  6. VS2015+OpenCV2.4.13环境搭建详细步骤及自带示例编译运行
  7. CF1458B Glass Half Spilled
  8. 微软想通了?Windows 11恢复一键改变默认浏览器功能
  9. 三层交换机静态路由VLAN配置实例(华为)
  10. MATLAB高斯迭代算法,matlab实现高斯赛德尔迭代法解方程组
  11. 三条中线分的六个三角形_为什么三角形的三条中线把三角形分为面积相等的六块...
  12. C#开发测量程序-计算坐标方位角
  13. This must be due to duplicate classes or playing wrongly with class loaders
  14. web的邮件抄送和密送
  15. VB:编一个子过程DeleStr(s1,s2),将字符串s1中出现的s2子字符串删去,结果存放在s1中
  16. web player html5源码,GitHub - WEBHH/DanmuPlayer: Html5弹幕视频播放器插件
  17. nba app android,NBA app官方版
  18. 内涵段子维修服务器,登陆内涵段子的时候出现这个是什么504 Gateway T
  19. IAR集成开发环境中无法设置断点的问题
  20. 如何进行CMDB数据运营?

热门文章

  1. 如何书写高质量的jQuery代码
  2. 乐视TV做电视 “自杀”还是“猎杀”
  3. 常用 TCP 端口作用及其操作建议
  4. select元素的options.add 与 insertbefore的区别
  5. 关于excel的join怎么做
  6. UNITY statistic中的 SetPass和Batches
  7. Fescar TC-rollback流程
  8. 资深专家都知道的顶级 Docker 命令!
  9. 干货 | 蚂蚁金服是如何实现经典服务化架构往 Service Mesh 方向的演进的?
  10. iOS攻防——(四)class-dump-与-Dumpdecrypted-使用