1
1

More than 3 years have passed since last update.

Android リリースメモ

Last updated at Posted at 2020-02-02

ビルドバリアント

debug releaseの切り替えとか
Android Studioの左下あたりのBuild Variantsからdebugとリリースを切り替えできる。
設定はこの辺を参考に
https://developer.android.com/studio/build/build-variants?hl=ja#signing
https://developer.android.com/studio/publish/app-signing.html?hl=ja#sign-auto

設定画面までの行き方

[Project] ウィンドウでアプリを右クリックし、[Open Module Settings] をクリック

アプリの署名周り

ここの最初の1~5を順番にやる
https://developer.android.com/studio/publish/app-signing?hl=ja

リリース時のビルド

ここを参考にビルドしたら app/release にaapファイルができる。
https://developer.android.com/studio/publish/app-signing?hl=ja#sign_release

設定画面までの行き方

メニューバーで、[Build] > [Build] > [Generate Signed Bundle/APK] をクリック

1
1
0

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
1
1