nextgis / android_gisapp

:dart: GIS application for Android
http://nextgis.com/nextgis-mobile
GNU General Public License v3.0
129 stars 107 forks source link

UnsupportedOperationException: Unsupported geometry type #580

Open lingling-fan opened 7 years ago

lingling-fan commented 7 years ago

//package name: com.nextgis.mobile //version: 2.3 //target sdk version: android-18 java.lang.RuntimeException: Unable to start service com.nextgis.maplibui.service.WalkEditService@ad547ed8 with Intent { act=com.nextgis.maplibui.WALKEDIT_START cmp=com.nextgis.mobile/com.nextgis.maplibui.service.WalkEditService (has extras) }: java.lang.UnsupportedOperationException: Unsupported geometry type at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2721) at android.app.ActivityThread.access$1900(ActivityThread.java:141) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1353) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:5103) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:525) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.UnsupportedOperationException: Unsupported geometry type at com.nextgis.maplibui.service.WalkEditService.onStartCommand(WalkEditService.java:154) at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2704)