Issue with Android example
See original GitHub issueThe 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.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:30 (3 by maintainers)
Top Results From Across the Web
Known issues with Android Studio and Android Gradle Plugin
This page tracks known issues with Android Studio Dolphin | 2021.3.1 and Android Gradle plugin 7.3.1. If you experience an issue not already...
Read more >15 common Android problems and how to fix them - CNET
15 common Android problems and how to fix them · Battery drain · Frozen and slow user interface · Connectivity issues · Google...
Read more >Infographic: 11 Most Common Android Errors and How to Fix ...
Android Errors List: 11 common errors and how to fix them · 1. ActivityNotFoundException · 2. ClassCastException · 3. Error converting byte to...
Read more >Top 10 Most Common Mistakes That Android Developers Make
Common Mistake #3: Not Using Intents. Intents are one of Android's key components. It's a way of passing data between different parts of...
Read more >How to Solve Android's 13 Most Common Error Messages
Testing is a crucial part of Android development, allowing you to iron out all the bugs, errors and performance problems that may be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That doesn’t seem like very good bot behaviour.
I would appreciate that you re-open this issue. The way forward was to use pygame instead of PIL to resize images, however this is not satisfactory solution.