高德地图api使用过程出现崩溃

自作多情 提交于 2019-11-28 15:09:29

java.lang.UnsatisfiedLinkError: Native method not found: com.autonavi.amap.mapcore.MapCore.nativeNewInstance:(Ljava/lang/String;)J at com.autonavi.amap.mapcore.MapCore.nativeNewInstance(Native Method) at com.autonavi.amap.mapcore.MapCore.(MapCore.java:62) at com.amap.api.mapcore.AMapDelegateImpGLSurfaceView.(AMapDelegateImpGLSurfaceView.java:345) at com.amap.api.mapcore.AMapDelegateImpGLSurfaceView.(AMapDelegateImpGLSurfaceView.java:307) at com.amap.api.mapcore.ai.a(MapFragmentDelegateImp.java:122) at com.amap.api.maps.MapView.onCreate(MapView.java:131)

===

跟大家分享一个东西一下: 我采用amap api进行开发的时候,里面只有armeabi提供的so库。 之前的版本地图显示正常。全部已读吴向东(polar) 后面加入友盟模块,加入的时候,增加了,出现崩溃。  分析了一下,原来加入友盟的时候,不小心误删除了定位的权限。

此外, 增加友盟模块的时候,友盟有x86, armeabi-v7a的库,但是amap api那里只有上传armeabi的路,结果导致了。

删除友盟的x86和armeab-v7a 后,问题解决。

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!