Tmds.MDns
Tmds.MDns copied to clipboard
Android Unity support
When building with Mono arm7 I run into :
2021-10-04 21:26:48.788 21474-21499/? E/Unity: Unable to find /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
2021-10-04 21:26:48.799 21474-21499/? E/Unity: Unable to find /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
2021-10-04 21:26:48.925 21474-21499/? E/Unity: Unable to find libc
2021-10-04 21:26:49.033 21499-21499/? W/UnityMain: type=1400 audit(0.0:177951): avc: denied { search } for name="net" dev="sysfs" ino=28187 scontext=u:r:untrusted_app:s0:c185,c256,c512,c768 tcontext=u:object_r:sysfs_net:s0 tclass=dir permissive=0
2021-10-04 21:26:49.043 21499-21499/? I/chatty: uid=10185(com.MomentCaptureInc.PanoMomentsRemote) UnityMain identical 5 lines
2021-10-04 21:26:49.043 21499-21499/? W/UnityMain: type=1400 audit(0.0:177957): avc: denied { search } for name="net" dev="sysfs" ino=28187 scontext=u:r:untrusted_app:s0:c185,c256,c512,c768 tcontext=u:object_r:sysfs_net:s0 tclass=dir permissive=0
2021-10-04 21:26:52.756 21474-21667/? E/Unity: Unable to find Kernel32
And when building with il2cpp:
2021-10-04 21:24:04.914 20188-20222/? E/Unity: Unable to find /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
2021-10-04 21:24:04.928 20188-20222/? E/Unity: Unable to find MonoPosixHelper
2021-10-04 21:24:04.952 20188-20222/? E/Unity: DllNotFoundException: Unable to load DLL 'MonoPosixHelper': The specified module could not be found.
Any ideas on how to get this running on Android? Thanks!