95
91

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Android Studioでアプリ公開用KeyStoreを作成して本番ビルドする

Posted at

今までコマンドで作ってましたが、最初にアプリリリースする時なんかはちょっと戸惑うかもしれません。Android StudioでGUIでできないかなと思ったらできました。

#Build > Generate Signed APK...をクリック

Build_と_Menubar.png

#Moduleを選択してNextをクリック

Generate_Signed_APK_Wizard.png

#Create Newをクリック
KeyStoreを新規作成するためにCreate Newをクリックします。

Generate_Signed_APK_Wizard.png

#KeyStoreの情報を入力

ここはコマンドで作成する時と同じです。

New_Key_Store.png

作成してOKをクリックすると、Key store pathが入力された状態になるので、PasswordやAliasを入力してNextをクリックします。

BuildTypeを選択してFinishをクリック

作成先のディレクトリを指定してFinishをクリックします。

Generate_Signed_APK_Wizard.png

しばらく待つと、apkが作成されます。

95
91
5

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
95
91

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?