hi all, I got a problem about add .so JNI library into Eclipse. I have a Hello.so file that made by native code. As we know, we can push Hello.so into /system/lib. But, I wanna add Hello.so into my Eclipse project Test.apk. When I use "adb install" or "package manager" to install Test.apk, it can auto copy Hello.so into /data/data/Test/lib. I tried add Hello.so from Eclipse IDE "Project->Properties->Java Build Path->Libraries->Add Library->User Library". But, this method didn't work. Does anyone know how to do this? Thanks.
SDK:android-sdk-windows-1.5_pre Eclipse: v3.4.2 JK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to android-framework@googlegroups.com To unsubscribe from this group, send email to android-framework+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---