Hi, I am using android emulator on windows without eclipse.
My application consists of a .jar file and a .apk file. I am able to run the application on a real device with these steps: - Load the .jar in /system/framework and corresponding xml in /system/ etc/permissions - reboot so that the jar is loaded - install apk and start using the application. However when I do the same with an emulator, the jar and xml are lost after reboot. Opening adb shell and running 'ls /system/framework' did not list the files. (I am closing the emulator window and starting the emulator again without wiping data in order to reboot it.) Isn't userdata-qemu.img file supposed to store this data? Timestamp shows that this image file is written to after closing emulator window. But the jar file is still missing. Can any one suggest how to preserve the external jar across reboot? Thanks in advance, Arati -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

