The example in examples/android/takepicture
Has some issues with PIL
- The way this recipe ise set up kivy is the only requirement and thus PIL isnt built/ installed
03-18 00:11:22.875: I/python(5530): File "/home/anant/projects/kivy/examples/android/takepicture/.buildozer/android/app/main.py", line 32, in <module>
- If I add pillow as a requirement I get an error saying
03-17 23:46:50.810: I/python(5430): File "/home/anant/projects/kivy/examples/android/takepicture/.buildozer/android/app/_applibs/PIL/Image.py", line 66, in <module>
03-17 23:46:50.820: I/python(5430): ImportError: dlopen failed: "/data/data/org.test.takepicture/files/_applibs/PIL/_imaging.so" is 64-bit instead of 32-bit
I know python-for-android has a recipe for PIL using the original PIL but I am unsure how to triger that through buildozer.
The example in examples/android/takepicture
Has some issues with PIL
I know python-for-android has a recipe for PIL using the original PIL but I am unsure how to triger that through buildozer.