Is it possible to change the source path in an eclipse android project (let's say to src/main/java)?
2 Answers
On the Package Explorer view > right click > Build Path > Configure Build Path > Source tab is the place where you can add/edit/remove build paths for your project.
1 Comment
If you mean that you want to add two folders under the src directory named main/ and java/ then you should be able to do that by editing your build path in Eclipse. If you right click your project in Eclipse it will bring you a context menu called Build Path and you should be able to set it to whatever you like.
I haven't tried it though, so I don't know for sure if the rest of the build scripts will have an issue mapping your activities, but you should be able to make a really simple project and try it out.
Let me know how it works out
DSC