你如何分享一个Android项目?
我正在尝试从 Android 项目发送文件,以便我的一个朋友可以在 eclipse 中打开一个新的 Android 项目,并在他们的家用机器上处理代码/运行该项目.但是,我遇到了一些处理缺失清单文件和不匹配签名的问题.
I am trying to send the files from an Android project so that a friend of mine can open a new Android project in eclipse and mess around with code/run the project from their home machine. However, I have run into some problems dealing with missing manifest files, and non-matching signatures.
捆绑 Android 项目(不是 .apk)以发送给某人以供他们在 eclipse 中使用的最简单程序是什么?
What is the simplest procedure for bundling up an Android project (not an .apk) to send to someone for their use in eclipse?
最简单的方法是创建存档文件导出.它将工作区中的项目捆绑到一个导出的 .zip 文件中.然后,其他人可以通过现有项目导入器将这个 .zip 文件导入到 eclipse 中.
The easiest way would be to create a Archive File export. It bundles the projects in your workspace into an exported .zip file. This .zip file can then be import by the other person into eclipse through the Existing Project importer.
导出:
- 文件 > 导出 > 存档文件
导入:
- 文件 > 导入 > 现有项目进入工作区
- 选择导出的 .zip 文件作为选定的存档文件