Hi.
I have added a c# dll file to my project. Then I exported for android which creates the apk file.
My question is, where do those dlls go after installing the apk on the android?
Hi.
I have added a c# dll file to my project. Then I exported for android which creates the apk file.
My question is, where do those dlls go after installing the apk on the android?
With the power of Mono, Unity cross platforms so easily.
Mono toolchain compile c# script and .dll libs into ARM assembly code ( .s file), then assemble the assembly code into native executable code with Android SDK/NDK.
(I’m not sure, whether Mono generate JVM code in the middle)