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

查看:104
本文介绍了你如何共享一个Android项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从Android项目发送的文件,以便我的朋友可以与code在Eclipse和食堂打开一个新的Andr​​oid项目围绕/运行他们的家用机项目。不过,我遇到了处理失踪清单文件,以及非匹配特征的一些问题。

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文件)发送给别人他们在日食用?

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文件作为 选定的存档文件
  • File > Import > Existing Projects into Workspace
  • Select the exported .zip file as the Selected archive file

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

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