如何分享 Android 项目?

发布于 2024-10-04 20:17:24 字数 182 浏览 0 评论 0原文

我正在尝试从 Android 项目发送文件,以便我的一个朋友可以在 Eclipse 中打开一个新的 Android 项目,并从他们的家用计算机上处​​理代码/运行该项目。但是,我遇到了一些处理丢失清单文件和不匹配签名的问题。

捆绑 Android 项目(不是 .apk)发送给某人以供其在 eclipse 中使用的最简单的过程是什么?

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.

What is the simplest procedure for bundling up an Android project (not an .apk) to send to someone for their use in eclipse?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

め可乐爱微笑 2024-10-11 20:17:24

最简单的方法是创建存档文件导出。它将工作区中的项目捆绑到导出的 .zip 文件中。然后其他人可以通过现有项目导入器将该 .zip 文件导入到 Eclipse 中。

导出:

  • 文件>出口> 要导入的存档文件

  • 文件 >导入>现有项目
    进入工作区
  • 选择导出的 .zip 文件为
    选定的存档文件

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.

To export:

  • File > Export > Archive File

To import:

  • File > Import > Existing Projects
    into Workspace
  • Select the exported .zip file as
    the Selected archive file
热风软妹 2024-10-11 20:17:24

将其放在源代码控制服务器上,例如 SVN。如果您没有,可以使用 Google 代码 (http://code.google.com )。 Eclipse 具有内置的源代码控制功能,可以更新内容并将其提交到源代码控制。

Put it on a source control server, like SVN. If you don't have one, you can use something like Google Code ( http://code.google.com ). Eclipse has built-in source control features to update and commit things to source control.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文