- Home /
Why Unity not import .so file to my apk
Hello eyeryone,
Sorry for my bad English.
I tried to write an unity plug-in for android, then I put .jar file in the
Assets\Plugins\Android\
and put .so files in
Assets\Plugins\Android\libs\armeabi-v7a\
Finally I build my program to an apk file. I check the apk file. The .so files are not in apk file.
Why unity not auto add .so file in the apk?
Answer by Datando · Apr 14, 2017 at 02:35 AM
I have the same problem. I try to export google android project and reput the .so file in jniLibs Folder,and then build the app,when setup on my mobile, the app flash and quit....but it run normally in the Virtual Devices...i will keep working to deal with this problem...hope this can help you~
Your answer
Follow this Question
Related Questions
multithreaded rendering on android breaks nativetexture update in plugin 0 Answers
How to update Unity3D texture from C++ on an Android device? 0 Answers
Error when using a NDK built Library which depend on another one in a Unity project 0 Answers
Share multiple image on social media by on click 0 Answers
How do you determine the Android Architecture during runtime? 1 Answer