Reading the Dll file in android apk failed

Hello,
i am facing a problem in using the following method to read the DLL file -> A new, community-hosted Unreal Engine Wiki - Announcements - Epic Developer Community Forums
In the editor it works fine but i tried to read in the phone this dll file will not get imported results in app crashing
could anyone tell how to include the dll files in the apk

Wait, are you trying to use an actual Win32 .DLL file on Android? That will never work, a DLL is a Windows-specific dynamic library.