Hello friends !
I use pillow library to process screenshots from my phone screen. Specifically, I imported the library as follows:
from PIL import Image, ImageFilter
import PIL.ImageOpsBuilding the apk file and starting the app works perfectly. But when starting to use PIL Image, ImageFilter, the app stops suddenly.
I declared the full pillow as follows:
requirements = python3,kivy==2.0.0,Pillow
----
When I use pydroid3 and run my main.py file it works fine. I think there's something wrong with the pillow library. Or the declaration is not enough for kivy to recognize the Image extension, ImageFilter.Hope to get help. Thank so much