0

I made an android app using python-kivy (Buildozer make it to apk file)

Now I want to put an image for the icon of the application. I mean the picture for the app-icon on your phone.

how can I do this? I cannot find any code in kv

Reihaneh Kouhi
  • 489
  • 1
  • 7
  • 23

2 Answers2

1

Just uncomment icon.filename: in the buildozer spec file and write a path to your icon image.

Lothric
  • 1,283
  • 2
  • 6
  • 11
  • what's the proper syntax for the path? When I enter the name of the image I get errors. do put the whole entire path (including the c drive, for instance)? I'm on Windows, btw. – Erick Adam Jan 25 '22 at 04:32
0

i presume you are using ubuntu for the build purpose , so u need to define the path as per linux naming convention , ideally keep it in the same path as the app file so that you don't to worry about the whole path.