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