question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue with Android example

See original GitHub issue

The example in examples/android/takepicture Has some issues with PIL

  1. 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>
  1. 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:open
  • Created 8 years ago
  • Reactions:1
  • Comments:30 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
inclementcommented, Apr 28, 2018

That doesn’t seem like very good bot behaviour.

3reactions
alrea333commented, May 9, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found