你如何分享一个Android项目? [英] How do you share an Android project?

查看:27
本文介绍了你如何分享一个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 文件作为选定的存档文件

这篇关于你如何分享一个Android项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆