Ask Your Question
3

After creating a directory in Android 9, what is causing my application to crash?

asked 2023-01-22 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-04-19 06:00:00 +0000

ladyg gravatar image

There can be multiple reasons for your application to crash after creating a directory in Android 9.

One possible reason is permissions. Android 9 introduced strict permissions for accessing storage. If your app does not have the necessary permissions to access external storage, it may crash. You can try adding the necessary permissions in your app's manifest file or request runtime permissions from the user.

Another possible reason is incorrect file paths. If your app is not able to locate the directory created, it may crash. Double-check the file paths and ensure they are correct.

Additionally, you may want to check for any errors in your code that may be causing the crash. Use Android Studio's debugging tools to identify and fix any issues.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-01-22 11:00:00 +0000

Seen: 12 times

Last updated: Apr 19 '22