I am a beginner in android programming and created a tic tac toe project for learning purposes. I used Android Studio as IDE. The game is finished now only the launcher icon is missing.
In order to create different sized launcher icons, I just go to res > New > Image Asset and point to my png-file. But when I use pictures like (1000x1000) or (800x800) it seems to be way too big and only the center of the picture is seen as a logo. So I wonder whats the right resolution for a picture to use in the Image Asset? And whats the typical way to create such a - right sized - logo?
The developer docs don't specify this and I couldn't find any useful information about that online.