Hi, I'm reading the book Beginning Andorid Games at the moment. For those who don't know the book. It is about writing a framework for games. And based on this building some little games. Writing the framework and its implementation in one Eclipse project was not the problem, and for using it in another project for a game I copied the packages of the framework into the game project. For a first success it was ok. On another example I have to import the framework again, and now I want to bind it correctly. I read that it is as easy as adding the (framework-)project in the projects tab in the Java Build Path tab in the properties of the game project. When I do that I get rid of the errors and warnings. But when I start the app I get a ClassNotFoundException When I add the packages drag&drop the packages of the framework and implementation to the game project it works.
I checked-out the sources to the book and when I import them to Eclipse the framework is also placed in every project and not only once and then "linked" so that it is maintainable at one place. Am I thinking wrong or donig something wrong? Thank you, Michael -- 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

