简体   繁体   English

市场中的Android应用

[英]Android App In Market

I have created and application. 我已经创建并应用了。 I want to publish it so that other can install it and can use it in their devices in free. 我想发布它,以便其他人可以安装它并可以在他们的设备中免费使用它。 How To publish my android app in market so that User can Install and use It?? 如何在市场上发布我的Android应用程序,以便用户可以安装和使用它?? As I am new I have no Idea.. Waiting For Your Correct Answer. 由于我是新手,所以我不知道。等待您的正确答案。

The Android developer docs have extensive information on this topic. Android开发人员文档中有关于此主题的大量信息。 Here is as starting point from where you'll find everything you need: Launch Checklist 从这里开始,您将找到所需的一切: 启动清单

For that ypu have to make signing key for android and build your apk file with that signing key. 为此,ypu必须为​​android签名,并使用该签名密钥构建apk文件。

you can make signing key using following just type Following in your window cmd and follow onscreen instructions and remember whatever password you are giving to your keystore file... put any name instead on myname ok. 您可以使用以下命令进行签名,只需在窗口cmd中键入“跟随”,然后按照屏幕上的说明进行操作,并记住您为密钥库文件提供的任何密码...在myname上输入任何名称即可。 (myname is just a example) (我的名字只是一个例子)

keytool -genkey -v -keystore myname.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000 keytool -genkey -v -keystore myname.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000

after building your apk file with key follow instructions of following link.. 用密钥构建apk文件后,请按照以下链接的说明进行操作。

http://mobilesupport.conduit.com/entries/23824611-How-to-submit-an-App-to-Google-Play-store http://mobilesupport.conduit.com/entries/23824611-How-to-submit-an-App-to-Google-Play-store

In order to publish your android application to the google play store or any other play store please go through this link . 为了将您的Android应用程序发布到Google Play商店或任何其他Play商店,请通过此链接

and to upload on the google play store you need to have the publisher's privileges that will cost you USD 25. 并在Google Play商店上载,您需要拥有发布者的特权,这将花费您25美元。

More you can follow the instructions at publish my app . 更多信息,请按照发布我的应用程序中的说明进行操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM