Skip to content
New issue

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

Failed to create directory #6

Closed
maniksejwal opened this issue Oct 26, 2018 · 0 comments
Closed

Failed to create directory #6

maniksejwal opened this issue Oct 26, 2018 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@maniksejwal
Copy link
Collaborator

maniksejwal commented Oct 26, 2018

apk 70

java.lang.RuntimeException: 
  at android.app.ActivityThread.deliverResults (ActivityThread.java:3745)
  at android.app.ActivityThread.handleSendResult (ActivityThread.java:3788)
  at android.app.ActivityThread.-wrap16 (ActivityThread.java)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1412)
  at android.os.Handler.dispatchMessage (Handler.java:102)
  at android.os.Looper.loop (Looper.java:148)
  at android.app.ActivityThread.main (ActivityThread.java:5471)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:726)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:616)
Caused by: java.lang.RuntimeException: 
  at com.memory_athlete.memoryassistant.Helper.makeDirectory (Helper.java:195)
  at com.memory_athlete.memoryassistant.main.MainActivity.onRequestPermissionsResult (MainActivity.java:185)
  at android.app.Activity.dispatchRequestPermissionsResult (Activity.java:7456)
  at android.app.Activity.dispatchActivityResult (Activity.java:7334)
  at android.app.ActivityThread.deliverResults (ActivityThread.java:3741)

old

java.lang.RuntimeException: 
  at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3121)
  at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:3152)
  at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2495)
  at android.app.ActivityThread.-wrap11 (ActivityThread.java)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1354)
  at android.os.Handler.dispatchMessage (Handler.java:102)
  at android.os.Looper.loop (Looper.java:148)
  at android.app.ActivityThread.main (ActivityThread.java:5443)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:728)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:618)
Caused by: java.lang.RuntimeException: 
  at com.memory_athlete.memoryassistant.Helper.makeDirectory (Helper.java:194)
  at com.memory_athlete.memoryassistant.main.MainActivity.firstStart (MainActivity.java:96)
  at com.memory_athlete.memoryassistant.main.MainActivity$1.run (MainActivity.java:83)
  at com.memory_athlete.memoryassistant.main.MainActivity.onResume (MainActivity.java:90)
  at android.app.Instrumentation.callActivityOnResume (Instrumentation.java:1281)
  at android.app.Activity.performResume (Activity.java:6335)
  at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3110)
@maniksejwal maniksejwal added bug Something isn't working good first issue Good for newcomers labels Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant