上传Android应用程序,以谷歌一步一步打...?应用程序、上传、Android

2023-09-03 17:51:20 作者:凉心

1) 我是新蜜蜂到Android分配,我的应用程序已经准备好,现在我想通过谷歌发挥分发。但我找不到如何创建证书,因为默认的调试证书,不能用于分配。 任何一个可以帮助我创建自签名证书。 我使用的操作系统Mac和Eclipse IDE的发展。

1) I'm new bee to android distribution,my application is ready and now I want to distribute it through google play. But I can't find how to create certificate, because default debug certificate not use for distribute. can any one help me to create self signed certificate. I'm using os mac and eclipse as ide for development.

2) AFTE创造适当的apk自签名证书。什么是过程,上传和地点。就像是在那里我已经创建的谷歌播放,通过它我可以上传和管理(如在iPhone开发者帐号)我的应用程序的任何帐户。

2) afte creating appropriate .apk with self signed certificate. what is the process to upload it and where. like is there any account I've to create on google play through which I can upload and manage my app(like in iphone developer account).

推荐答案

不能得到一个更好的细分比源。

简易模式:

由于您使用Eclipse,只需点击文件 - >导出>导出Android应用程序。按照向导的指示。您需要创建一个密码,密钥库中。在密钥库,你需要创建一个密钥来签署与应用程序。该键可以有相同的密码作为密钥库或一个不同。 KEEP密钥库和密码。您需要要更新您的应用程序每次都使用完全相同的关键。如果不这样做将要求您重新提交您的应用程序作为卖场不同的程序。

Since you're using eclipse, just click "File->Export->Export Android Application". Follow the wizard's instructions. You'll need to create a keystore with password. Within the keystore, you'll need to create a key to sign the app with. The key can have the same password as the keystore or a different one. KEEP THE KEYSTORE AND PASSWORDS. You will need to use the SAME EXACT KEY every time you want to update your app. Failing to do so will require you to resubmit your app as a different program on the store.

转到 https://play.google.com/apps/publish/ 。创建你的账户。你必须付$ 25的一次性费用来提交。一旦那里,你将有机会获得您的控制台。点击按钮上载应用程序,按照说明,输入信息,点击保存。如果一切是你喜欢的方式,点击发布。抓住一些咖啡,看书,玩游戏,去健身房,等等。后来回来了几个小时,你和其他人将能够下载从商店的应用程序。

Go to https://play.google.com/apps/publish/. Create your account. You'll have to pay a one-time fee of $25 to submit. Once there, you'll have access to your console. Click the button "Upload Application", follow the instructions, input the info, click "Save". If everything is the way you like it, click "Publish". Grab some coffee, read a book, play a game, go to the gym, whatever. Come back a couple hours later and you and everyone else will be able to download the app from the store.

这是所有假设你有一个APK小于50MB的大小。事情变得更加复杂,当你有实现扩展文件,的多个APK 中的应用程序许可,或任何其他的谷歌服务。

This is all assuming you have ONE apk that is LESS THAN 50MB in size. Things get more complicated when you have to implement expansion files, multiple APKs, app licensing, or any of the other Google Services.