I was wondering how to change the launcher icon in Android Studio.
Click app/manifests/AndroidManifest.xml You see android:icon="@mipmap/your image name"
app/manifests/AndroidManifest.xml
android:icon="@mipmap/your image name"
Also change android:roundicon="@mipmap/your image name" Example: android:icon="@mipmap/image" that's all
android:roundicon="@mipmap/your image name"
android:icon="@mipmap/image"