App Icon Generator

Install

  1. 1Export the .zip (top right) and unzip it.
  2. 2Copy res/ into app/src/main/res/ (merge with the existing folders).
  3. 3Point the <application> tag in AndroidManifest.xml at the new icon.
  4. 4Upload play_store_512.png as the Google Play listing icon.
<application
    android:icon="@mipmap/ic_launcher"
    android:roundIcon="@mipmap/ic_launcher_round"
    ... >