I have a Java application that uses JNI to call a native C library (.so). This application works fine with an older version of the SDK and emulator. The library was copied to folder /system/lib on the emulator.
With the current version of the emulator, that comes with Android 1.0 SDK, the folder /system/lib appears to be read-only. The message "Read- only file system" appears when attempting to copy the library to /system/lib. Placing a folder location in System.loadLibrary does not work; for example, System.loadLibrary("/data/misc/myCLib"). Here are my questions: Is there a way to deploy my native C library to /system/lib? If not, is there some other folder that I can deploy to where loadLibrary will see it? I am using Eclipse and Ubuntu. -Aaron --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---