-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[ANDROID] Android 12 is not supported #38
Labels
bug
Something isn't working
Comments
Thanks for the report. And I'll be really glad if you manage to fix it for me & create a PR. Good Luck |
Same issue on Pixel 6. |
Android 12 support is added & the previous binary is replaced with the latest one. Download & install the latest android apk from release |
I confirm it works now, thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Targeting Android 12 requires explicit declarations for intent filters as you can read here otherwise the app can not be installed on Android 12 or higher.
I confirm it works fine on Android 11 and below, thank you for making the app available to Android as well! 🚀
To Reproduce
Steps to reproduce the behavior:
Try to install the app on an Android 12 device/simulator. You will get an error.
If you do it via adb using
adb install Spotube-android-arm64-v8a.apk
you will see the errorExpected behavior
App should be installable on Android 12 and higher
Installation Source/Method
Smartphone (please complete the following information):
Additional context
If you don't have time to fix it, I will be happy making a PR in the following days!
The text was updated successfully, but these errors were encountered: