Hello there, I'm creating an application that installs 3 Record Stores for the first run. Then on it has to work with the already installed values. The application works fine during the first run both in the emulator and in a mobile. But the second time run shows a null pointer exception after my splash screen loads. After the splash screen, I've got the loading of record stores. But the record stores also get deleted, updated during the first run cause of some features. During such times, the midlet runs without any problem. But when I open the application second time in my mobile, it springs up with an error message saying null pointer exception.
I need the following help... 1. Can I run the emulator again with the old recorstores? If so how? 2. How can I rectify the problem of null pointer exception?
Please help.