Closed icepolarizer closed 1 year ago
I'm having the same problem with both python2 and python3 alternatively in my requirements.
Just wondering if this has any leads. I too am getting this error. But I am using Kivy 1.11.1, can I back down to a different version of Kivy or buildozer to fix this issue??
Any suggestions, how to fix ?
Found that this is the problem (at least for me): /home/kenixer/.buildozer/android/platform/android-ndk-r17c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
The missing libtinfo is in ncurses. The issue on fedora is that it isn't in the normal ncurces or ncurses-devel. I think I found it in ncurses-compat or ncurses-static. Honestly I think I just installed every ncurses library I could. Problem solved on Fedora. The issue is that libtinfo doesn't look like an ncurses related library, I would hope that buildozer or p4a would check to see if all required libraries are available as a pre-check -- and then alert the developer that we are missing something.
👋 @icepolarizer, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project. Let us know if this comment was made in error, and we'll be happy to reopen the issue.
Versions
Description
I tried to build apk from the sample 'pong' app.
Code and Logs