致命信号11(SIGSEGV)在0x0000001c(代码= 1),线程18178

时间:2016-05-16 03:54:34

标签: android android-studio navigation skmaps

我正在尝试在Skobbler地图中使用导航。当使用'creatRoute'创建路由时它运行良好但是当我使用'createRouteWithPoints'时我得到如下所示的错误列表:

05-16 09:33:16.948 27932-27932/com.wolfmatrix.navz E/SKRouteManager: GPX track navigation is available for commercial use with a enterprise license
05-16 09:33:16.948 27932-27932/com.wolfmatrix.navz A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 27932 (wolfmatrix.navz)
05-16 09:33:18.088 30617-30617/com.wolfmatrix.navz E/dalvikvm: Could not find class 'android.media.session.MediaController', referenced from method com.wolfmatrix.navz.ui.activities.DrawClusterActivity.access$super
05-16 09:33:18.088 30617-30617/com.wolfmatrix.navz E/dalvikvm: Could not find class 'android.widget.Toolbar', referenced from method com.wolfmatrix.navz.ui.activities.DrawClusterActivity.access$super
05-16 09:33:18.098 30617-30617/com.wolfmatrix.navz E/dalvikvm: Could not find class 'android.app.ActivityManager$TaskDescription', referenced from method com.wolfmatrix.navz.ui.activities.DrawClusterActivity.access$super
05-16 09:33:18.098 30617-30617/com.wolfmatrix.navz E/dalvikvm: Could not find class 'android.app.SharedElementCallback', referenced from method com.wolfmatrix.navz.ui.activities.DrawClusterActivity.access$super
05-16 09:33:18.108 30617-30617/com.wolfmatrix.navz E/dalvikvm: Could not find class 'android.app.SharedElementCallback', referenced from method com.wolfmatrix.navz.ui.activities.DrawClusterActivity.access$super
05-16 09:33:18.118 30617-30617/com.wolfmatrix.navz E/dalvikvm: Could not find class 'android.app.assist.AssistContent', referenced from method com.wolfmatrix.navz.ui.activities.DrawClusterActivity.access$super
05-16 09:33:18.118 30617-30617/com.wolfmatrix.navz E/dalvikvm: Could not find class 'android.view.SearchEvent', referenced from method com.wolfmatrix.navz.ui.activities.DrawClusterActivity.access$super

1 个答案:

答案 0 :(得分:3)

对于2.5.1,几个月前发布了针对此问题的快速修复:http://forum.skobbler.com/showthread.php/7257-Android-SIGSEGV-error-in-calculateRouteWithPoints%28%29