Kivy Buildozer.spec Error - Trying To Build An Android App That Sends An Email Out
I have an app that I'm trying to deploy and can't. Towards the beginning I get an 'ValueError: read of closed file' I don't know if this is related to openssl which is the step it'
Solution 1:
I saw this issue on github a while ago. Here's the link https://github.com/kivy/buildozer/issues/760
One of the people mentioned to download the NDK manually and setting it to the .buildozer/android/platform/
directory
However, when I got the error few weeks ago, I just deleted the .Buildozer directory from my project folder and built the apk again
Baca Juga
- App Works Well On Windows In Python2 & Python3, But Receiving Error : Failed To Import Android, And Button Unresponsive
- How To Fix 'java.lang.module.findexception: Module Java.se.ee Not Found' Error When Packaging My Kivy Application With Buildozer
- Kivy App Doesn't Work On Android Phone, Although It Works On The Computer
Post a Comment for "Kivy Buildozer.spec Error - Trying To Build An Android App That Sends An Email Out"