-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Dockerfile for Building Android #12000
base: master
Are you sure you want to change the base?
Dockerfile for Building Android #12000
Conversation
this is almost working for me, but no matter what I do I cannot get it to compile with gstreamer properly. My build seems to get all the way to the end and then fails with the following error
Let me know if anyone has any tips for making sure these functions aren't duplicated |
Yes this is the most obnoxious error and is the reason I couldn't do several things. As far as I understand, you have to link a library that has a JNI_OnLoad dynamically then use QLibrary to load the shared lib. Although Qt6.8 changes something about how it uses JNI_OnLoad but I don't know if it fixes this or not. |
@HTRamsey what I don't understand is how the CI pipeline is building fine, but my docker container does not. I really don't understand what could be different. |
What's the status on this? |
I still can't get gstreamer to build properly. I still cannot figure out how the CI pipeline is different. Other than gstreamer error above this almost works |
I will try it out and see what I can do |
Fixes #10995
similar to #11855