Android/publish の変更点   

  • 追加された行はこの色です。
  • 削除された行はこの色です。
  • Android/publish へ行く。

#author("2017-02-02T09:04:03+00:00","default:pentacle","pentacle")
android アプリを公開するためのステップ

* 実装項目 [#t31ba2ea]

** log の抑制 [#n193737a]
下記で直接出力しているものがないか確認
- System.out
- Log 

少なくともリリースには含めないように変更
 if (BuildConfig.DEBUG) {
   Log.d(TAG, message);
 }


** icon を作る [#rad292b1]
''res/mipmap-xxxxx''

|mipmap-ldpi  |36x36   |
|mipmap-hdpi  |72x72   |
|mipmap-mdpi  |48x48   |
|mipmap-xhdpi |96x96   |
|mipmap-xxhdpi|144x144 |
|mipmap-xxxhdpi|192x192|

後に、GooglePlay に登録するため、512x512 も作っておくのが良い

''AndroidManifest.xml''
  <application 
        android:icon="@mipmap/ic_launcher"

** 署名付きapk の build [#nb6665ee]
Build -> Generate Signed APK

* google 手続き [#l2dc3352]
** developer account の取得 [#z42a4fbc]
2500円くらいかかる

** developer console にログイン [#h4d58886]
 https://play.google.com/apps/publish

*** 用意するもの [#q357f139]

- スクリーンショット2枚
- 高解像度アイコン 512x512
- ヘッダー画像 1024 x 500

[+アプリの作成]

|タイトル   |アプリ名|
|簡単な説明 |簡単な説明|
|詳しい説明 |