i want to install my app as system application, when it is installed as a system app we get a crash on start up with this information: JNI posting fatal error : unable to load library:/data/app-lib/testapk/libunity.so[dlopen failed : library "/data/app-lib/testapk/libunity.so" not found].
so ,as far, I have installed the app as a system application ,it should find libunity.so from the path(/system/lib/libunity.so) to find it ,but it not ,it goes to the path(/data/app-lib/testapk/) to find it,
by the way ,i have put the libunity.so into the system/lib, i don.t know why,anyone help me?
↧