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

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

问题描述


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

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


解决方案

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




  • 转到文件>导出






  • 从导出窗口中,转到 Android>导出Android应用






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






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



< img src =https://i.stack.imgur.com/6uGR4.pngalt =在此输入图像说明>




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






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






  • 现在你准备上传和发布APK。



源 - 测试航班


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天全站免登陆