-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Version error #12116
Comments
You can try reducing the version in the line |
I installed 34 with android studio but i guess it is not how it should be done. |
SOLVED!!! Somehow i was pointing at the wrong directory. Once fixed all installed versions show up and selecting 35 it compiles fine. Now gstreamer is my last problem i need to solve. ld: error: undefined symbol: g_module_symbol
|
Check the configure output and it should look something like this for the gstreamer part:
|
Mine looks like this: [cmake] -- QGC_ENABLE_GST_VIDEOSTREAMING="ON" |
I see i do not have PKG in my output, should i enable it somewhere? |
Made the mods in FindGStreamer.cmake and run cmake, if this is correct procedure than same error as before. Thanks for helping me :) |
Noticed that my configuration never says "Found gstreamer-1.0, version 1.22.12", is it ok? |
Don't know if it makes any difference but i am trying to compile on Mac apple silicon. |
I don't know a lot about Mac but that's currently the one OS I don't have a CI workflow for android set up to run. The windows and Linux ones seem to be working fine for android. Do you have pkg-config installed? |
yes, i brew installed it. and it is here: /opt/local/bin/pkg-config |
I get the following error:
In the Build Android APK windows i only have android-31 and android-33 in the platform sdk and 31 and 33 in the build-tools version.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: