If it is a platform extension and part of the system, that putting the shared lib in the apk will not help. In this the lib must be unter /system/lib.
Good luck ! Frank On 22 Jul., 07:13, Rajesh Pelluru <[email protected]> wrote: > Hi, > > If your app uses native code then you need to include .so file in your apk > file. > Please check samples and docs of android ndk for more information. > > --Rajesh > > > > On Wed, Jul 21, 2010 at 12:53 PM, Vaishnavi <[email protected]> wrote: > > Hi, > > I have a problen in running jni code on android device(intel atom > > board).and the apk to \data\app.Is it enough to just place the .apk to > > run the code or should i also include the .so file. If needed where > > should i include the .so file > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<android-developers%2bunsubsĀ[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en- Zitierten Text > >ausblenden - > > - Zitierten Text anzeigen - -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

