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

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

问题描述

有两种方法导出应用程序包在Eclipse中使用的是Android工具 -

  1. 导出未签名的应用程序包
  2. 导出签名的应用程序包
解决方案

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

  • 转到文件>导出

  • 从导出窗口,转到安卓>导出Android应用程序

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

  • 点击浏览并选择debug.keystore。对OSX debug.key存储的默认位置是 /用户//。安卓/ debug.keystore ,密码为机器人。当你准备好释放你的应用程序到应用程序的市场,你应该使用现有密钥库或创建一个新的密钥库。

  • 选择 androiddebugkey 的别名,并使用机器人作为密码。

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

  • 现在,您就可以上传和分发的APK。

来源 - <一个href="http://help.testflightapp.com/customer/portal/articles/1279844-how-to-create-an-apk-adt-bundle"相对=nofollow>测试飞行

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

  1. Export Unsigned Application Package
  2. Export Signed Application Package

解决方案

Steps of generating an APK file using Eclipse -

  • Go to File > Export

  • From the Export window, go to Android > Export Android Application.

  • Click Browse... and select the Android Application project to Export.

  • 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.

  • Select the "androiddebugkey" alias and use "android" as the password.

  • Select a destination for the APK file and click Finish.

  • Now you are ready to upload and distribute the APK.

Source - Test flight

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

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