ciao Marco
This is because, at install time, only the *.so for the supported abi
of the given device are extracted from the apk and put in the app
install folder where they can be loaded from.
> --
> You received this message because you are subscribed to the Google Groups
> "android-ndk" group.
> To post to this group, send email to andro...@googlegroups.com.
> To unsubscribe from this group, send email to
> android-ndk...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/android-ndk?hl=en.
>
>
--
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.
http://developer.android.com | http://tools.android.com
Please do not send me questions directly. Thanks!
On 08/17/2011 08:53 PM, Xavier Ducrohet wrote:
> the lib folder must be in the format /lib/<abi>/*.so
My issue would be is it possible to have /lib/<abi>/MyCustom/Path/*.so instead of /lib/<abi>/*.so
> This is because, at install time, only the *.so for the supported abi
> of the given device are extracted from the apk and put in the app
> install folder where they can be loaded from.
thanks a lot
MArco