I'm currently developping my own Android widgets. To help me in future projects and speed up my developments, I've been trying to create a private jar that contains all those widgets (that extend from Android classes such as View or ViewGroup). To do that, I created a project and included all files (.java and ressources) in this project. I exported this as a jar file. To test this jar file I created a new project and tried to include my widgets using an XML layout. Unfortunatly, it seems that the sytem does not "see" my ressources. Looking at the Android source code, I noticed that android.jar contains its own ressources so I assume this is possible.
I'm sure I've done something wrong...but what? What is the problem? And how to solve it? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

