Hi,

I'm going through the book Beginning Android Games by Mario Zechner.
For those who don't know it, it describes how to develop a gaming 
framework, the implementation of the framework and finally some example 
games which use this framework.
Now theres one thing which gives me headaches.
I don't know how to lay out the project structures correctly. I created a 
project in eclipse for the framework and the implementation of the 
framework.
I created another project for an example app which uses this framework. I 
add the framework project to the Projects in the Java Build Path at the 
properties of the example-app project. The "cannot be resolved to a type" 
errors vanish.
But when I compile the code I get an "Unable to resolve superclass of 
Lnet/logax/games/glbasics/GLGameTest; (29) error"
GLGameTest extends GLGame, a framework class.

When I copy the framework packages from the framework project to the 
Test-App project, it works.
So I guess it is more an eclipse problem?

Thanks, 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

Reply via email to