简体   繁体   English

Eclipse无法在文件夹中找到我的项目

[英]Eclipse can't find my project in folder

I've got a source code from a friend, and I want to modify it, when I click new project => android project from existing code => Browse (selected the dir) 我有一个朋友的源代码,我想修改它,当我从现有代码点击新项目=> android项目=>浏览(选择目录)

eclipse can't find any project, there's no project check box to check and press continue , while I can see it does work at my friend pc, other people computers , etc ... eclipse找不到任何项目,没有项目复选框来检查并按继续,而我可以看到它在我的朋友电脑,其他人的电脑等工作...

Thanks 谢谢

As Sotirios said, eclipse will look for a .project file to determine whether a project is located in that location. 正如Sotirios所说,eclipse会查找.project文件来确定项目是否位于该位置。

If you were given just the source, you could try just pasting all the source into a new android project, but if dependencies are complex it may cause you issues. 如果您只获得了源代码,您可以尝试将所有源代码粘贴到一个新的android项目中,但如果依赖项很复杂,则可能会导致问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM