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?