On Thu, May 16, 2013 at 9:16 PM, Nikolay Elenkov <[email protected]> wrote: > On Thu, May 16, 2013 at 6:29 PM, Nikolay Elenkov > <[email protected]> wrote: >> On Thu, May 16, 2013 at 6:19 PM, Filipe Madureira >> <[email protected]> wrote: >>> Hi, >>> >>> Thanks for the help. >>> The problem is that I don't know where the libraries go to when I move the >>> app to SD on my HTC for me to use System.load(). >>> >> >> IIRC, the encrypted packages stored on SD card are loopback mounted. >> Try running 'mount' in a shell and look for you package name. That >> should lead you to the directory where your code is. Not 100% sure >> it includes the native libs though. > > It should be in /mnt/asec/org.yourpackage-1/lib/native.so > > or a similar looking directory. >
BTW, getApplicationInfo().nativeLibraryDir should give you this programatically. -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

