On Nov 9, 12:41 am, Vishal Choudhary <[email protected]> wrote: > 1. Can the downloaded .so be placed in /system/lib?
No. > 2. If not, can it be downloaded to some other folder (say /data/advapp/), > and if yes, how can the application refer to it? Every app has a "lib" directory into which shared libraries are automatically installed. See the NDK docs for more information. > 3. After downloading the .so, would the system have to be restarted? No, just any application that makes use of it. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
