Skip to content
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

Android Unity support #40

Open
dustinkerstein opened this issue Oct 5, 2021 · 0 comments
Open

Android Unity support #40

dustinkerstein opened this issue Oct 5, 2021 · 0 comments

Comments

@dustinkerstein
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant