Skip to content Skip to sidebar Skip to footer

Buildozer Fails, I Think I Need The Prerequisite 32 Bit Libraries, But Fedora Uses Yum, Not Apt-get

I'm trying to compile a fairly simple kivy application into an android app. The kivy application is written in python2.7. It compiles the application, but then fails. Here's the lo

Solution 1:

If you are missing some 32bit libraries, you could try the advice on this question to find the ones you need. https://ask.fedoraproject.org/en/question/9556/how-do-i-install-32bit-libraries-on-a-64-bit-fedora/

Odds are that you only need the i386 version of libc6-dev-i386 lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 zlib1g-dev

Post a Comment for "Buildozer Fails, I Think I Need The Prerequisite 32 Bit Libraries, But Fedora Uses Yum, Not Apt-get"