如何使用 Eclipse 导出 APK 文件? [英] How to Export an APK file using Eclipse?

查看:46
本文介绍了如何使用 Eclipse 导出 APK 文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Eclipse中使用Android Tools导出Application Package有两种方式-

There are two ways to export Application Package in Eclipse using Android Tools -

  1. 导出未签名的应用程序包
  2. 导出已签名的应用程序包

推荐答案

使用Eclipse生成APK文件的步骤-

Steps of generating an APK file using Eclipse -

  • 转到文件>导出

  • 在导出"窗口中,转至 Android > 导出 Android 应用程序.

  • 点击浏览...并选择要导出的 Android 应用程序项目.
  • Click Browse... and select the Android Application project to Export.

  • 单击浏览并选择 debug.keystore.OSX 上 debug.key 存储的默认位置是/Users//.android/debug.keystore",密码是android".当您准备好将您的应用发布到应用市场时,您应该使用现有的密钥库或创建一个新的密钥库.
  • Click Browse and select the debug.keystore. The default location for debug.key store on OSX is "/Users//.android/debug.keystore" and the password is "android". When you're ready to release your app to an application marketplace, you should use an existing keystore or create a new keystore.

  • 选择androiddebugkey"别名并使用android"作为密码.
  • Select the "androiddebugkey" alias and use "android" as the password.

  • 选择 APK 文件的目标位置,然后点击完成.

  • 现在您可以上传和分发 APK.

来源 - 测试飞行

这篇关于如何使用 Eclipse 导出 APK 文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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