A few simple steps to follow to set up the shortcut the way you want it:
- clone the project on your machine;
- edit the
rootProject.name
in thesettings.gradle
file; - edit the
applicationId
in thebuild.gradle (:app)
file; - edit the
app_name
in thestrings.xml
file; - edit the content of the initializer of
ComponentName
inMainActivity
; - add your own icon*;
- if you want to use the monochrome version, you can just import a custom svg inside the
drawables
folder and call itic_launcher_monochrome.xml
.
- if you want to use the monochrome version, you can just import a custom svg inside the
- Make sure to open the
Project
tab; - make sure to select
Android
in the dropdown; - right click
app
; New
->Image Asset
;- follow the guided configuration.