gsx

Results 2 issues of gsx

项目使用该库上线的过程中出现了下面的错误(通过bugly捕捉的),先解决了,不知道有没有更好的办法,总之不崩溃就好. ------------------------------------------------------------------------------------------- java.lang.IndexOutOfBoundsException Index: 0, Size: 0 4 Caused by: 5 java.lang.IndexOutOfBoundsException:Index: 0, Size: 0 6 java.util.ArrayList.get(ArrayList.java:411) 7 com.lzy.imagepicker.ui.ImageCropActivity.onCreate(ImageCropActivity.java:62) 8 android.app.Activity.performCreate(Activity.java:6830) 9 android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1125) 10 android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2697) -------------------------------------------------------------------------------------- java.lang.NullPointerException Attempt to invoke...