On Nov 24, 2:01 pm, Moss <[email protected]> wrote: > Could it be that the class loader is failing to find the right > package? I just saw that you are using 'com.company.app' as your > package name. Googling a bit I found that there are many apps that use > the same schema. Normally I use my domain to identify my packages in a > unique way like 'com.myweb.myapp'.
Hi Moss Unfortunately that's not the solution. The com.company.app is just an "obfuscated" package name like the one in Tauno Talimaa's original post (or like your example com.myweb.myapp). In reality I do use a unique package name (I hope so at least ;-). Thanks for your reply anyway, I really appreciate it! Emanuel -- 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

