I'm making a small android game for someone usign the AndEngine library and am stumped on how to easily send them the project without requiring them to do any configuration, just download the project import it into eclipse and run it.
AndEngine is a library based engine, to use it in your project you just add the actual source projects to your build path and reference them that way, so I need a way to send my project + the AndEngine source to them in such away that they can just run it without having to configure anything. I tried just putting all the projects(the game + the andengine library projects) in one workspace and sending the whole workspace but the projects are linked using the absolute path, instead of a path relative to my project, so it doesnt work on a different computer with different folders and everything.
你会建议我怎么做?我们都将使用eclipse。
这是我第一次不得不做这样的事情,我不知道从哪里开始,我真的需要快速帮助,我很感激我得到的任何回应,谢谢。