Android, Eclipse, and SVN - How does source folder naming affect transmission?
Hey. Been running into a rash of problems trying to make projects version controlled. Here is a picture of my eclipse set up on my main dev pc. Everything works fine here.
I decide to check out a copy onto my laptop and here is what I get:
There are errors everywhere because a开发者_如何学Pythonpparently 'something' isn't looking for class files until it reaches the end of a 'dot path', or something like that.
What exactly is going on with this dot hell?
Right click on the folder that contains the root of your package and select the Build Path->Use as source folder.
See this: eclipse mistakenly interprets packages as "resources", or source folders
精彩评论