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

Why it's not working below api 30 is there any specific reason to set compile sdk 29 #37

Open
nabeelabiddev opened this issue Dec 16, 2024 · 6 comments

Comments

@nabeelabiddev
Copy link

I used this code in my project in release build below 30 it's not working in debug is working on all versions

@alexch33
Copy link
Owner

min SDK is 29, because, for me js not working in webview with SDK below. But, i have been thinking about to decrease min SDK to API 24. Don't know, will it work? What is not working for you, according your message i understood nothing

@nabeelabiddev
Copy link
Author

Actually I am using minimum sdk 24 to 34
Now the issue is on debug apk it's works on all devices but in release it's working on 30 onward I am using dynamic module delivery for ytdlp

@alexch33
Copy link
Owner

alexch33 commented Dec 16, 2024 via email

@alexch33
Copy link
Owner

alexch33 commented Dec 18, 2024

@nabeelabiddev, just for research, could you try build from api_24_support and tell is issue present? (I don't have needed devices)

@harisEshaafi
Copy link

ok i am working on it actualy i am using dynamic module for my release build so cannot use all your code i have implemented specific changes i have seen your commit and i already done changes like BASe64 types but not working although i will try your code and tell you once done

@alexch33
Copy link
Owner

i've tested on API 24 and 27 emulator and youtubedl working and mp4 downloader working too (in release mode) it should work, last changes already merged and available in version 0.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants