Publishing my first android application in Android market(在 Android 市场上发布我的第一个 android 应用程序)
问题描述
我想在 android 市场上发布我的应用程序.制作一个通过google验证的android开发者账号需要多少时间.还有什么我应该做的?
I want publish my app in the android market. How much time does it take to make an android developer account verified by google. also what other things I should do ?
推荐答案
Google 提供了详尽的指南,介绍了在市场上发布应用程序所需的步骤:
Google has an extensive guide on the steps to take an the things you need to publish your application on the market:
准备发布:http://developer.android.com/guide/publishing/preparing.html一个>
在 Android 市场上发布:http://developer.android.com/guide/publishing/publishing.html
Publishing on Android market: http://developer.android.com/guide/publishing/publishing.html
支付开发者账号后,不到一天就可以通过审核.
After paying for the developer account, it takes less than a day to get approved.
根据我的经验,当你准备好一切后,上传apk和图片,粘贴描述文字的时间是10分钟.
In my experience, when you have prepared everything, the time it takes to upload apk and images, and paste the description text is 10 minutes.
按下发布"后,该应用大约需要 15 分钟才能出现在市场上.
After pressing 'Publish' it takes around 15 minutes for the app to appear on the market.
这篇关于在 Android 市场上发布我的第一个 android 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Android 市场上发布我的第一个 android 应用程序
基础教程推荐
- UIImage 在开始时不适合 UIScrollView 2022-01-01
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
