Path to files in kivy app not valid after building with buildozer
问题 I'm trying to build a kivy app using the buildozer virtual machine. It works fine as long as my main.py doesn't contain any specific paths to files. For example, in my app I want to display an image. If I run on Windows, I would specifiy the source as C:\pathtoapp\img\image.png In Ubuntu it would be /home/pathtoapp/img/image.png If I try to build the app with buildozer I get the error message: I/Python (15649): [Error ] [Image ] Error reading file and then the above path. Here is an example