On Nov 9, 10:49 pm, Vishal C <[email protected]> wrote: > 1. Will the application have to be restarted in this case too?
No. If you're explicitly loading the library, it should work. > 2. Does the native code have access to the applications "lib" > directory? If not, then the downloaded file will have to be placed in > the some common folder. Native code has the same access rights as code written in Java. Make sure you get the directory from the "context" object associated with your application (i.e. don't hard-code the path). -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
