开发者

Android, Eclipse, and SVN - How does source folder naming affect transmission?

开发者 https://www.devze.com 2023-02-28 23:51 出处:网络
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.

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.

Android, Eclipse, and SVN - How does source folder naming affect transmission?

I decide to check out a copy onto my laptop and here is what I get:

Android, Eclipse, and SVN - How does source folder naming affect transmission?

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

0

精彩评论

暂无评论...
验证码 换一张
取 消