We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E AndroidRuntime: FATAL EXCEPTION: main 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: Process: com.xinxiu.meitu, PID: 13166 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: java.lang.RuntimeException: Failure delivering result ResultInfo{who=@android:requestPermissions:, request=101, result=0, data=null} to activity {com.xinxiu.meitu/cn.finalteam.rxgalleryfinal.ui.activity.MediaActivity}: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.ActivityThread.deliverResults(ActivityThread.java:4374) 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.ActivityThread.handleSendResult(ActivityThread.java:4417) 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.ActivityThread.-wrap19(Unknown Source:0) 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1677) 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:105) 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.os.Looper.loop(Looper.java:171) 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6684) 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:246) 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:783) 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: Caused by: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at cn.finalteam.rxgalleryfinal.ui.activity.MediaActivity.onRequestPermissionsResult(MediaActivity.java:415) 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.Activity.dispatchRequestPermissionsResult(Activity.java:7470) 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.Activity.dispatchActivityResult(Activity.java:7321) 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.ActivityThread.deliverResults(ActivityThread.java:4370) 06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: ... 9 more
The text was updated successfully, but these errors were encountered:
权限都给上了。还是不行,跑几个崩几个
Sorry, something went wrong.
No branches or pull requests
E AndroidRuntime: FATAL EXCEPTION: main
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: Process: com.xinxiu.meitu, PID: 13166
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: java.lang.RuntimeException: Failure delivering result ResultInfo{who=@android:requestPermissions:, request=101, result=0, data=null} to activity {com.xinxiu.meitu/cn.finalteam.rxgalleryfinal.ui.activity.MediaActivity}: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.ActivityThread.deliverResults(ActivityThread.java:4374)
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.ActivityThread.handleSendResult(ActivityThread.java:4417)
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.ActivityThread.-wrap19(Unknown Source:0)
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1677)
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:105)
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.os.Looper.loop(Looper.java:171)
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6684)
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:246)
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:783)
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: Caused by: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at cn.finalteam.rxgalleryfinal.ui.activity.MediaActivity.onRequestPermissionsResult(MediaActivity.java:415)
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.Activity.dispatchRequestPermissionsResult(Activity.java:7470)
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.Activity.dispatchActivityResult(Activity.java:7321)
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: at android.app.ActivityThread.deliverResults(ActivityThread.java:4370)
06-24 16:49:24.599 11099 13166 13166 E AndroidRuntime: ... 9 more
The text was updated successfully, but these errors were encountered: