Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Python 开发一个使用 Pillow 读取图像的应用程序。它在 Windows 上运行良好,但是当我在 Android 平板电脑上运行它时它会崩溃(该应用程序是用 buildozer 构建的)。调用此行时它崩溃:
image = PIL.Image.open(filename)
我试图记录错误,但我什么也没得到。
注意:文件名是正确的,并且 Pillow 在 buildozer.spec 文件中的要求中。
有人可以帮我理解吗?
谢谢!