Dear all, I have a prebuild apk from third party, and there is a .so file in the apk.
I extract the .so from apk and put it in /system/lib But where is a problem. If third party update this apk by adb install, the new .so file will be put in local side /data/data/ But apk will try to load the old lib file in /system/lib instead of the new one. Does anyone have good idea to fix this problem? -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
