I ran into the same, with a class defined in the application's project (not as a library).
Fixed by marking "Android Private Libraries" as "exported" (Project props -> Java build path -> Order and export)... even though the code in question was defined in a .java file under "src", not a library. However, this class of mine is derived from a class that comes from a .jar under "libs", so maybe it makes sense (or not)... I'd say, try the export, won't hurt :) -- K On Wednesday, May 22, 2013 1:48:22 PM UTC+4, Daniel Rindt wrote: > > Am Mittwoch, 22. Mai 2013 05:11:16 UTC+2 schrieb TreKing: >> >> >> On Tue, May 21, 2013 at 3:25 PM, Daniel Rindt <[email protected]>wrote: >> >>> So i don't know to investigate that error deeper and need assistance for >>> that. >> >> >> Do a Google search for the exact phrase you used for this topic. >> > > I just write here, when i am out of ideas and this is mostly after some > hours of googling. My browser shows that i already read all results from > the query above. > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

