2016-05-16 6 views
2

Ich versuche, die Navigation in Skobbler Karten zu verwenden. Es funktioniert gut, wenn Route erstellt wird ‚creatRoute‘, aber dann bekomme ich diese Liste Fehler, wie unten dargestellt, wenn i ‚createRouteWithPoints‘ verwenden:Fatal Signal 11 (SIGSEGV) bei 0x0000001c (Code = 1), Thread 18178

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 

Antwort

Verwandte Themen