3

New to LibGDX. When i run my game on my android device it installs on the device with the default image of the android man :)

How would i go about changing this image to something of my choice ?

Is it on the android launcher ?

Thanks in advance

rekoDolph
  • 813
  • 1
  • 9
  • 31

2 Answers2

2

Open Manifest.xml file in Android project. Place your custom icon in res/drawable. And edit manifest file.

Veljko
  • 1,893
  • 6
  • 28
  • 58
2

You can find that image in your android project res/drawable/drawable-xxxx folders. It is called ic_launcher. You can modify it.

Durian
  • 253
  • 2
  • 9