android - 如何使用 Eclipse 导出 APK 文件?

标签 android eclipse android-sdk-tools

使用Android Tools在Eclipse中导出应用包有两种方法-

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

最佳答案

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

  • 转到文件 > 导出

enter image description here

  • 在“导出”窗口中,转到Android > 导出 Android 应用程序

enter image description here

  • 点击浏览...并选择要导出的 Android 应用程序项目。

enter image description here

  • 单击“浏览”并选择 debug.keystore。 debug.key store 在 OSX 上的默认位置是“/Users//.android/debug.keystore”,密码是“android”。当您准备好将您的应用程序发布到应用程序市场时,您应该使用现有的 keystore 或创建一个新的 keystore 。

enter image description here

  • 选择“androiddebugkey”别名并使用“android”作为密码。

enter image description here

  • 选择 APK 文件的目的地,然后点击完成

enter image description here

  • 现在您已准备好上传和分发 APK。

来源 - Test flight

关于android - 如何使用 Eclipse 导出 APK 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23755447/

相关文章:

android - 如何添加网络安全配置以在牛轧糖中启用 Charles 代理 SSL?

javascript - Primefaces JS 在其他资源之前插入导致错误

java - Eclipse 内存分析器中的 OQL - 如何显示数组/ArrayList 内容

android - Material 对话框库,错误: No resource found that matches the given name 'android:Theme.Material.Light.Dialog.Alert'

Android Traceview (Sampling based trace) 不反射(reflect)函数调用的实际次数

java - Eclipse SDK 管理器未显示

android - 如何在 fragment 中使用 onSearchRequested()?

java - React native - 如何修复 Java.lang Double 无法转换为 java.lang.Boolean

android - 从 Android 应用程序中选择语言?

android - 无法在 Android 28 中创建 mfp cordova 项目