0
4

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 3 years have passed since last update.

【Android】Image Asset Studio でアプリアイコンを作成する方法

Posted at

プログラミング勉強日記

2020年12月18日
Android Studioでアイコンを作ることができるのを知ったのでその方法をまとめる。

Image Asset Studio でアプリアイコンを作成する

1. ファイル(File)新規(New)画像アセット(Image Asset)を開く

image.png

2. 好きなようにアイコンを作成する

 アイコンタイプ(Icon Type)はLauncher Icons (Adaptive and Legacy)を選択する。テキストの色とフォントを変更するオプションがあるので自由に変更する。

image.png

image.png

3. アイコンを作成したら次へ(Next)完了(Finish)を押す

 次へ(Next)を押すとファイル作成のプレビューが見れる。完了(Finish)でファイルが作成される。

プレビュー画面↓
image.png

注意

 Adaptive Icon:foregroundとbackground画像をアプリが提供すれば、システムがこの2つの画像を組み合わせて使用する概念
 Legacy Icon:Adaptive Iconが出る前のアイコン

 AdaptiveアイコンはAndroidのO(API 26)以上で動作しmipmap-anydpi-v26/ic_launcher.xmlでVectorに実装されているため、解像度ごとに画像ファイルを作成する必要がない。そのため、AndroidのO(API 26)未満のバージョンではLegacyアイコンを提供する必要がある。

参考文献

Image Asset Studio を使用してアプリアイコンを作成する
アンドロイドスタジオでは、Adaptive、一般のアイコンを作成

0
4
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
0
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?