Qt 6.11 is out! See what's new in the release
blog
adding box2d library Android
-
Hello,
I wanted to include a box2d library to android .
I did built the box2dlibrary.a file according to https://www.youtube.com/watch?v=vg4BQoPuEUI

But this method is only valid for desktop versionsHow can I implement or build such a library for my game
I get the following errors

Thanks
-
Static libs should link normally, using
LIBS. For shared libs, either use ANDROID_EXTRA_LIBS or place them in arch folders underandroid/libsfolder.