Am Mittwoch, 22. Mai 2013 12:26:41 UTC+2 schrieb Kostya Vasilyev: > > 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 :) >
It fixes the problem. Thank you very much. Daniel -- -- 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.

