博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
导入Vitamio库后libBaiduMapSDK找不到
阅读量:2176 次
发布时间:2019-05-01

本文共 1166 字,大约阅读时间需要 3 分钟。

bug描述

项目中用到了百度定位sdk,在导入vitamio库前是没有问题的,导入vitamio库后出现了如下bug

MPlugin: Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport

java.lang.UnsatisfiedLinkError: com.android.tools.fd.runtime.IncrementalClassLoader$DelegateClassLoader

No implementation found for java.lang.String com.thinkland.sdk.android.execute.LibJuheSDK.Encrypt

Error:warning: Ignoring InnerClasses attribute for an anonymous inner class

Error:(com.baidu.lbsapi.auth.d) that doesn’t come with an
Error:associated EnclosingMethod attribute. This class was probably produced by a
Error:compiler that did not target the modern .class file format. The recommended
Error:solution is to recompile the class from source, using an up-to-date compiler
Error:and without specifying any “-target” type options. The consequence of ignoring
Error:this warning is that reflective operations on this class will incorrectly
Error:indicate that it is not an inner class.

试了各种方法,都没有用,搜索看到有人说把instant run关掉可以解决,于是关了,没有用,出现下面的bug

couldn’t find “libBaiduMapSDK_v3_2_0_3.so

但是libBaiduMapSDK在jniLibs/armeabi下存在

需要在armeabi和armeabi-v7a下都放一份才行

可能是因为导入vitamio后,vitamio中有armeabi-v7a,所以libBaiduMapSDK也需要放到armeabi-v7a下

转载地址:http://lkukb.baihongyu.com/

你可能感兴趣的文章
Jmeter之参数化
查看>>
Shell 和Python的区别。
查看>>
Python 列表(list)、字典(dict)、字符串(string)常用基本操作小结
查看>>
Loadrunner之https协议录制回放报错如何解决?(九)
查看>>
python中xrange和range的异同
查看>>
列表、元组、集合、字典
查看>>
【Python】easygui小甲鱼
查看>>
【Python】关于Python多线程的一篇文章转载
查看>>
【Pyton】【小甲鱼】文件
查看>>
【Pyton】【小甲鱼】永久存储:腌制一缸美味的泡菜
查看>>
【Pyton】【小甲鱼】异常处理:你不可能总是对的
查看>>
APP性能测试工具
查看>>
【Pyton】【小甲鱼】类和对象
查看>>
压力测试工具JMeter入门教程
查看>>
作为一名软件测试工程师,需要具备哪些能力
查看>>
【Pyton】【小甲鱼】类和对象:一些相关的BIF(内置函数)
查看>>
【Pyton】【小甲鱼】魔法方法
查看>>
单元测试需要具备的技能和4大阶段的学习
查看>>
【Loadrunner】【浙江移动项目手写代码】代码备份
查看>>
Python几种并发实现方案的性能比较
查看>>