On Jan 8, 7:02 am, Derek <[email protected]> wrote: > I'm wondering if there could be some issue with package naming and > classloing [...] > Classes under a.shared packages are slightly different (e.g. because > of different versions), > Could there be any issue ? Are we sure that app1 and app2 doesn't > shared the same classes ? > Are we sure app1 and app2 have their own ClassLoader ? So app1 and > app2 are really isolated ?
Application classes in different APKs are loaded in separate processes by independent virtual machines, so there should be no chance of conflict. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

