Paste your download project in workspace in your disk and select File > Import > General > Existing project into workspace > Browse it and select your project in workspace > Check whether project is selected > Next > Finish > This will import your project in eclipse
If what you've downloaded is an Eclipse project, you can simply import it into Eclipse. Try File->Import->General->Existing projects into Workspace-> then select the root folder of the project and hit Finish. It should work! Good luck in learning Android!
发布评论
评论(4)
下面给出了两种方法
第一:解压缩项目
选择“从现有源创建项目”
工具栏中的
位置:浏览您的解压项目
第二:
文件>导入>一般>现有项目进入工作区>选择存档文件并设置压缩项目的路径
Two ways are given bellow
First: Unzip your project
Choose "Create project from existing source "
from toolbar
In location: browse your unzip project
Second:
File > Import > General> Existing Project into Workspace> Select archive file and set the path of your zipped project
将下载的项目粘贴到磁盘的工作区中,然后选择“文件”>“导入>一般>现有项目进入工作区>浏览它并在工作区>中选择您的项目检查项目是否选择>下一页>完成>这将在 Eclipse 中导入您的项目
Paste your download project in workspace in your disk and select File > Import > General > Existing project into workspace > Browse it and select your project in workspace > Check whether project is selected > Next > Finish > This will import your project in eclipse
如果您下载的是Eclipse项目,则只需将其导入到Eclipse中即可。尝试文件->导入->常规->将现有项目导入工作区->然后选择项目的根文件夹并单击“完成”。它应该有效!祝Android学习顺利!
If what you've downloaded is an Eclipse project, you can simply import it into Eclipse. Try File->Import->General->Existing projects into Workspace-> then select the root folder of the project and hit Finish. It should work! Good luck in learning Android!
检查 如何在 eclipse 中打开项目 在 android 中
check how to open a project in eclipse in android