I need to build a Maui app and use two java libraries from two providers. There are .aar
files and I found the "Android java library Binding" project is not working well, therefore I use "Android Bindings Library (Xamarin)". It works with one .arr
files from one provider. But for another project with another .arr
file, I get this error:
[{my Maui project name}] type=1400 audit(0.0:9379): avc: denied { write } for name="tombstoned_crash" dev="tmpfs" ino=21170 scontext=u:r:untrusted_app:s0:c107,c256,c512,c768 tcontext=u:object_r:tombstoned_crash_socket:s0 tclass=sock_file permissive=0
[libc] failed to connect to tombstoned: Permission denied
Then it crashes. Does anyone have any clue?