You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
java.lang.RuntimeException:
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3319)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3415)
at android.app.ActivityThread.access$1100 (ActivityThread.java:229)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1821)
at android.os.Handler.dispatchMessage (Handler.java:102)
at android.os.Looper.loop (Looper.java:148)
at android.app.ActivityThread.main (ActivityThread.java:7325)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1230)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1120)
Caused by: java.lang.IllegalArgumentException:
at android.os.Parcel.readException (Parcel.java:1624)
at android.os.Parcel.readException (Parcel.java:1573)
at android.content.pm.IPackageManager$Stub$Proxy.shouldShowRequestPermissionRationale (IPackageManager.java:3682)
at android.app.ApplicationPackageManager.shouldShowRequestPermissionRationale (ApplicationPackageManager.java:662)
at android.app.Activity.shouldShowRequestPermissionRationale (Activity.java:4229)
at androidx.core.app.ActivityCompat.shouldShowRequestPermissionRationale (ActivityCompat.java:549)
at com.karumi.dexter.AndroidPermissionService.shouldShowRequestPermissionRationale (SourceFile)
at com.karumi.dexter.DexterInstance.handleDeniedPermissions (SourceFile)
at com.karumi.dexter.DexterInstance.onActivityReady (SourceFile)
at com.karumi.dexter.Dexter.onActivityReady (SourceFile)
at com.karumi.dexter.DexterActivity.onCreate (SourceFile)
at android.app.Activity.performCreate (Activity.java:6904)
at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1136)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3266)
Hi @cesarwillymc I'm afraid with the information you provide I'm not able to see what's going on. Could you upload a reproducible sample? The code you provided should work.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ERROR CLOSE ACTIVITY
java.lang.RuntimeException:
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3319)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3415)
at android.app.ActivityThread.access$1100 (ActivityThread.java:229)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1821)
at android.os.Handler.dispatchMessage (Handler.java:102)
at android.os.Looper.loop (Looper.java:148)
at android.app.ActivityThread.main (ActivityThread.java:7325)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1230)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1120)
Caused by: java.lang.IllegalArgumentException:
at android.os.Parcel.readException (Parcel.java:1624)
at android.os.Parcel.readException (Parcel.java:1573)
at android.content.pm.IPackageManager$Stub$Proxy.shouldShowRequestPermissionRationale (IPackageManager.java:3682)
at android.app.ApplicationPackageManager.shouldShowRequestPermissionRationale (ApplicationPackageManager.java:662)
at android.app.Activity.shouldShowRequestPermissionRationale (Activity.java:4229)
at androidx.core.app.ActivityCompat.shouldShowRequestPermissionRationale (ActivityCompat.java:549)
at com.karumi.dexter.AndroidPermissionService.shouldShowRequestPermissionRationale (SourceFile)
at com.karumi.dexter.DexterInstance.handleDeniedPermissions (SourceFile)
at com.karumi.dexter.DexterInstance.onActivityReady (SourceFile)
at com.karumi.dexter.Dexter.onActivityReady (SourceFile)
at com.karumi.dexter.DexterActivity.onCreate (SourceFile)
at android.app.Activity.performCreate (Activity.java:6904)
at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1136)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3266)
Coding
DEVICEE
VERSION
implementation 'com.karumi:dexter:6.2.1'
The text was updated successfully, but these errors were encountered: