如何使用Eclipse导出APK文件?如何使用、文件、Eclipse、APK

2023-09-04 10:27:37 作者:思念已成灰丶

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

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

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

转到文件>导出

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

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

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

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

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

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

来源 - 测试飞行

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

Export Unsigned Application Package Export Signed Application Package Eclipse如何导出安卓apk文件

解决方案

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

 
精彩推荐
图片推荐