nextgis / android_gisapp

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

IndexOutOfBoundsException #579

Closed lingling-fan closed 6 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 activity ComponentInfo{com.nextgis.mobile/com.nextgis.maplibui.activity.ModifyAttributesActivity}: java.lang.IndexOutOfBoundsException at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261) at android.app.ActivityThread.access$600(ActivityThread.java:141) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256) 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.IndexOutOfBoundsException at java.util.LinkedList.get(LinkedList.java:519) at com.nextgis.maplib.datasource.GeoLinearRing.isClosed(GeoLinearRing.java:52) at com.nextgis.maplibui.activity.ModifyAttributesActivity.checkPolygon(ModifyAttributesActivity.java:244) at com.nextgis.maplibui.activity.ModifyAttributesActivity.createView(ModifyAttributesActivity.java:228) at com.nextgis.maplibui.activity.ModifyAttributesActivity.onCreate(ModifyAttributesActivity.java:134) at android.app.Activity.performCreate(Activity.java:5133) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)