huyn
huyn
You need to run ndk-build to generate libarcade.so then you can run from AndroidStudio
You miss librt.so, but this lib is merged to libc.so already. I resolve this problem by this way, maybe it is wrong, I just want to make it work, and...
@sadaharusong That is because all the so files are not packed into final apk try ``` android.sources { main { jniLibs { source { srcDirs 'libs' } } } main...
Same to me. `System.loadLibrary("png16");` and `System.loadLibrary("png");` meet the same error: `error loading module 'libpng' from file '/data/app/com.aube.artflow-1/lib/arm/libpng.so': undefined symbol: luaopen_libpng`