Hello, I have problem that after launching build on Android device I get an error:
Can’t load library: dlopen failed: library “libmagtsync.so”
Specs:
Target SDK is 34 and Minimal API is 27 . Doesn’t matter what GAPI I use, same result with OpenGLES or Vulkan.
I use Unity 2021.3.35f1 .
Howdy,
Could you provide information on what you are doing to reproduce this issue?
From what I can tell this seems to be issue with missing permissions. If you are using custom plugins that might be causing issue as we can’t detect needed permissions for external sources. If that is the case you can use custom AndroidManifest to add required permissions. Other possible way is to export you android project and modify manifest manually