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

Startup issue on pixel 4a #1

Closed
mcmilnick opened this issue Feb 5, 2021 · 3 comments
Closed

Startup issue on pixel 4a #1

mcmilnick opened this issue Feb 5, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@mcmilnick
Copy link

Using Android version 11 currently.
Does not start at all.

@lrorpilla
Copy link
Owner

It seems that Android 11 users are unable to start the app. This is a report I've received from Samsung and Google users alike, and seems to be related to target SDK 29 used (Android 10).

The app demands access to external storage and doesn't comply with the enforcement of scoped storage in target SDK 30. Currently, I believe the app is targeting Android 10 and has a minimum version of 7.0 Nougat to run.

I'll be investigating what I can use to allow a broader audience of users to install and use the app.

@lrorpilla lrorpilla added the bug Something isn't working label Feb 5, 2021
@lrorpilla lrorpilla self-assigned this Feb 5, 2021
@lrorpilla
Copy link
Owner

lrorpilla commented Feb 6, 2021

0.3.2 has been released which should allow Android 11 users to run and use the app. This requires a workaround in regards to storage permissions detailed in the release notes.

The app has been tested to work on an Android 11 emulator, so I am closing this issue. If there are any more problems related to running the app on Android 11, please comment here.

@mcmilnick
Copy link
Author

Works a treat. Thanks for the quick bugfix :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants