eclipse android导出eclipse项目

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6890535/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 16:45:00  来源:igfitidea点击:

android export eclipse project

androideclipseexportproject

提问by Gabriel

I am trying to send an Android Eclipse project to another developer to view and modify. Which is the best way of doing that? I thought it might have something to do with file/export, but I can't work things out. The Eclipse version I'm using is Helios Service Release 2, build id is 20110218-0911

我正在尝试将 Android Eclipse 项目发送给另一个开发人员以进行查看和修改。哪种方法最好?我认为这可能与文件/导出有关,但我无法解决。我使用的 Eclipse 版本是 Helios Service Release 2,构建 ID 是 20110218-0911

采纳答案by Mobius

I would just zip up the project folders and all sub-folders. Your recipient can then import that into their eclipse.

我只会压缩​​项目文件夹和所有子文件夹。然后,您的收件人可以将其导入到他们的 Eclipse 中。

回答by crnlx

Right-click, Export -> General, Archive File -> Next -> provide the output path -> Finish. Then give this to your developer. He can import it into his workspace.

右键单击,导出-> 常规,存档文件-> 下一步-> 提供输出路径-> 完成。然后将其提供给您的开发人员。他可以将其导入到他的工作区中。

回答by Ariel Sam

What worked for me was: Export->General->File System and then to a new workspace without any open projects: Import->General->Existing Projects Into Workspace

对我有用的是:Export->General->File System 然后到一个没有任何打开项目的新工作区:Import->General->Existing Projects Into Workspace

回答by krrish

run your app in inbuilt emulator. this will result in apk creation somewhere . locate the path as belows workspace/your_app_name/bin/

在内置模拟器中运行您的应用程序。这将导致在某处创建 apk。找到如下路径工作空间/ your_app_name/bin/

there you can find the desired apk file. simply copy it where ever you want :)

在那里您可以找到所需的 apk 文件。只需将其复制到您想要的任何位置:)

回答by iversoncru

This is what i normally do and it always works:

这是我通常做的,它总是有效的:

  • Copy the project folder into your Eclipse workspace.
  • In Eclipse, File -> Import -> General -> Existing projects in Workspace
  • Choose the folder which you just copied into the workspace.
  • 将项目文件夹复制到 Eclipse 工作区。
  • 在 Eclipse 中,文件 -> 导入 -> 常规 -> 工作区中的现有项目
  • 选择您刚刚复制到工作区中的文件夹。

hope it helps

希望能帮助到你

回答by Zwiebel

I think that the most simple if you copy your Android project's map to a pendrive or something and then the developer import it to his/her eclipse. Hope it helps.

我认为最简单的是,如果您将 Android 项目的地图复制到随身碟或其他东西,然后开发人员将其导入他/她的 Eclipse。希望能帮助到你。