So, I've been doing android application tutorials and everytime I create a package, for example the helloAndroid tutorial is com.example.android. When it saves this to src it creates a folder for com, another for example and one last one for android. So it gives me the error "class com.example.android does not exist" because its broken into different folders.
A:
Each package will have a folder in the src tree. If you are getting class not found errors in eclipse you can press ctrl + shift + O to fix them.
BrennaSoft
2010-06-10 19:39:07