Hello, I have the application which is using local shared library for native method.
When I install that application by adb install command, it works properly and the shared library in APK installed APK’s data folder like /data/data/com.android.myApk/ lib/libTestNative.so. But if I put myApk into /system/app by build system.img then the share library is not installed in APK’s data folder. If you know why and have any idea for this problem please tell me. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en