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%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- 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

