Android應(yīng)用程序的發(fā)布是一個(gè)過程,讓Android的應(yīng)用程序提供給用戶。發(fā)布的Android應(yīng)用程序開發(fā)過程的最后階段。
一旦開發(fā)和全面測(cè)試Android應(yīng)用程序,就可以開始銷售或分發(fā)免費(fèi)使用谷歌播放(著名的Android市場(chǎng))。也可以發(fā)布應(yīng)用程序,通過它們直接發(fā)送給用戶,讓用戶下載他們從自己的網(wǎng)站。
在Android官方網(wǎng)站上,可以檢查詳細(xì)的出版過程中,但本教程將通過簡(jiǎn)單的步驟來啟動(dòng)應(yīng)用程序,谷歌播放。下面是一個(gè)簡(jiǎn)化的檢查清單,這將幫助在推出Android應(yīng)用程序:
步驟 | Activity |
---|---|
1 | Regression Testing Before you publish your application, you need to make sure that its meeting the basic quality expectations for all Android apps, on all of the devices that you are targeting. So perform all the required testing on different devices including phone and tablets. |
2 | Application Rating When you will publish your application at Google Play, you will have to specify a content rating for your app, which informs Google Play users of its maturity level. Currently available ratings are (a) Everyone (b) Low maturity (c) Medium maturity (d) High maturity. |
3 | Targeted Regions Google Play lets you control what countries and territories where your application will be sold. Accordingly you must take care of setting up time zone, localization or any other specific requirement as per the targeted region. |
4 | Application Size Currently, the maximum size for an APK published on Google Play is 50 MB. If your app exceeds that size, or if you want to offer a secondary download, you can use APK Expansion Files, which Google Play will host for free on its server infrastructure and automatically handle the download to devices. |
5 | SDK and Screen Compatibility It is important to make sure that your app is designed to run properly on the Android platform versions and device screen sizes that you want to target. |
6 | Application Pricing Deciding whether you app will be free or paid is important because, on Google Play, free apps must remain free. If you want to sell your application then you will have to specify its price in different currencies. |
7 | Promotional Content It is a good marketing practice to supply a variety of high-quality graphic assets to showcase your app or brand. After you publish, these appear on your product details page, in store listings and search results, and elsewhere. |
8 | Build and Upload release-ready APK The release-ready APK is what you you will upload to the Developer Console and distribute to users. You can check complete detail on how to create a release-ready version of your app: Preparing for Release. |
9 | Finalize Application Detail Google Play gives you a variety of ways to promote your app and engage with users on your product details page, from colorful graphics, screenshots, and videos to localized descriptions, release details, and links to your other apps. So you can decorate your application page and provide as much as clear crisp detail you can provide. |
作為一個(gè)APK(Android包)文件,需要將應(yīng)用程序?qū)С鲋吧蟼鞴雀璨シ攀袌?chǎng)。
要導(dǎo)出應(yīng)用程序,只要打開該應(yīng)用程序的Eclipse項(xiàng)目中,從Eclipse中選擇File->Export 并按照簡(jiǎn)單的步驟來導(dǎo)出應(yīng)用程序:
接下來選擇 Export Android Application“選項(xiàng),在上面的屏幕截圖所示,然后單擊”Next “,再 Next ,這樣得到的畫面,在那里選擇”Create new keystore" 來存儲(chǔ)應(yīng)用程序。
輸入密碼來保護(hù)應(yīng)用程序,并單擊“Next ”按鈕,再次。它會(huì)顯示以下畫面,讓應(yīng)用程序創(chuàng)建一個(gè)密鑰:
一旦填寫的所有信息,單擊“Next ”按鈕,最后它會(huì)問申請(qǐng)將導(dǎo)出的位置:
最后,單擊“Finish ”按鈕,生成Android應(yīng)用程序包文件將被上傳在谷歌播放市場(chǎng)。
最重要的一步是注冊(cè)谷歌播放使用谷歌播放市場(chǎng)??梢允褂媚F(xiàn)有的Google ID,如果沒有可以創(chuàng)建一個(gè)新的Google ID,然后注冊(cè)與市場(chǎng)。將有以下屏幕接受的條款和條件。
可以使用Continue to payment“按鈕,繼續(xù)進(jìn)行付款登記費(fèi)$25,并最終完成帳戶細(xì)節(jié)。
一旦你是一個(gè)注冊(cè)用戶在Google Play,您可以上傳您的應(yīng)用程序release-ready APK,最后將完成應(yīng)用程序的詳細(xì)使用上述清單的第9步中提到的應(yīng)用程序的詳細(xì)頁(yè)面。