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

[ANDROID] Android 12 is not supported #38

Closed
ema987 opened this issue Mar 24, 2022 · 4 comments
Closed

[ANDROID] Android 12 is not supported #38

ema987 opened this issue Mar 24, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@ema987
Copy link

ema987 commented Mar 24, 2022

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 error

Performing Streamed Install
adb: failed to install Spotube-android-arm64-v8a.apk: Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl1273277488.tmp/base.apk (at Binary XML file line #71): com.ryanheise.audioservice.AudioService: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present]

Expected behavior
App should be installable on Android 12 and higher

Installation Source/Method

Smartphone (please complete the following information):

  • Device: Any Android device
  • OS: Android 12

Additional context
If you don't have time to fix it, I will be happy making a PR in the following days!

@ema987 ema987 added the bug Something isn't working label Mar 24, 2022
@KRTirtho
Copy link
Owner

Thanks for the report. And I'll be really glad if you manage to fix it for me & create a PR. Good Luck

@Niek
Copy link

Niek commented Mar 24, 2022

Same issue on Pixel 6.

@KRTirtho
Copy link
Owner

Android 12 support is added & the previous binary is replaced with the latest one. Download & install the latest android apk from release
P.S. Close the issue if it got fixed

@ema987
Copy link
Author

ema987 commented Mar 25, 2022

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
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants