Skip to content Skip to sidebar Skip to footer

Android Instantiationexception : No Empty Constructor

I get an InstantiationException when I try to start an IntentService. I have looked at other threads here but the answers don't solve my problem. My service class does have a defau

Solution 1:

The problem was finally solved and it turns out that it was due to some bug in either the emulator or in Eclipse. The problem was solved after I restarted Eclipse and unchecked the "Launch form snapshot" option and checked the "Wipe user data" option before launching the emulator. Thanks every one for looking into this question. I too was totally baffled about the entire matter.


Post a Comment for "Android Instantiationexception : No Empty Constructor"