Help! Game Crashes After Injecting .so Library and Modifying onCreate Smali

X0r Null

Rookie
Hi, I need some help. I injected a native .so library into an Android game and modified the onCreate method in the app's Smali code to load it. The APK rebuilds successfully, I sign it, and it installs without any errors. However, every time I open the app, it immediately crashes. ZF3D_2.67_sign
 
The app is closing because of some change in the xapk file.

Log
java.lang.UnsatisfiedLinkError: dlopen failed: library "libc++_shared.so" not found: needed by /data/app/~~hJ6SdGAjhX4oLCQTxV65Bg==/com.feelingtouch.zf3d-NpAwDwtyynANBAVo3oWZZQ==/split_config.arm64_v8a.apk!/lib/arm64-v8a/libzf3d.so in namespace clns-5

at java.lang.Runtime.loadLibrary0(Runtime.java:1111)
 
Back
Top Bottom