开发者

Having an issue opening a project

开发者 https://www.devze.com 2023-03-03 13:17 出处:网络
I have a problem in Eclipse to open p开发者_如何学编程rojects which are not in the list. for example, I found a new sample project in the Internet and downloaded it on my computer. Now, I want to open

I have a problem in Eclipse to open p开发者_如何学编程rojects which are not in the list. for example, I found a new sample project in the Internet and downloaded it on my computer. Now, I want to open it in Eclipse but "Project>Open Project" menu does not work. What should I do?


File -> New -> Project (Android Project). Then you need select "Create project at existing location (from existing sources)" and write appropriate directory in Directory field and thats all


Try to create new android project with "from existing sources" option.


Try

  1. File -> Import -> Existing projects into workspace
  2. Select the project on the file system.
  3. Click finish

Eclipse will import it into your workspace and open it for you. Note that the physical location of the files does not change.

0

精彩评论

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