godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
88.68k stars 20.11k forks source link

Exported android apk with bigger launcher icon #58737

Closed wangdong20 closed 1 month ago

wangdong20 commented 2 years ago

Godot version

3.3.2 stable

System information

macOS 12.1, Mac Pro

Issue description

I just exported project as apk file with only Main 192 192 setting the launcher icons. The icon file is 192 192 pixels but looks very weird on real Android device and Android Virtual Machine. The launcher icon looks very different than other app icons with bigger size. Should I avoid using main launcher icon setting in Godot export setting?

Steps to reproduce

Export project as Android apk file with setting Main 192 * 192 launcher icons. Run apk on Android device or Virtual Machine. My android device is Android4.4, Virtual Machine is Android 8.1. The launcher icon for the app looks bigger than other app icon and weird.

Minimal reproduction project

No response

Calinou commented 2 years ago

@wangdong20 Please upload a minimal reproduction project to make this easier to troubleshoot.

Remember that your icon should have sufficient margins on all borders as per the Android Adaptive Icons specification. See Providing launcher icons in the documentation.

timothyqiu commented 2 years ago

Judging from your description, it might be Android's Adaptive Icon feature.

AThousandShips commented 1 month ago

Closing due to lack of response, if you provide the requested information this can be reopened