08-21-2012 07:16 AM
when running two application in emulator, the second one throws "java.lang.error" .if i clean the emulator then no problem. now i want to now why when two application are there,the second one throws uncaught exception.The same problemt i encountered when i install the two applications in device too.
08-21-2012 07:22 AM
08-21-2012 10:11 AM
I think it is due to the same packge name in both the application.
08-21-2012 10:45 AM
"I think it is due to the same package name in both the application."
Applications can share package names so there is a more fundamental problem here.
As Simon suggests, we need a little more information. I would have thought that debugging would have found this.
One thing that occasionally trips me up is the same ID being used for RuntimeStore or PersistentStore, so that the two applications are trying to use the same ID. I suspect something like this were something is shared that should not be is the cause. But debug to find out what.