'How can I change icon.filename of buildozer?

I use buildozer with kivy (python), and I'd like to change the icon. In buildozer.spec I found #icon.filename = %(source.dir)s/data/icon.png. I tried to uncomment this, but it is still not working.

Which path do I have to write? Thanks



Solution 1:[1]

Place the image file into the directory that you have the code of your app, delete the # and Write: icon.filename = NameOfTheYourImage.png

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 konstadinos