Git Product home page Git Product logo

Comments (3)

tito avatar tito commented on August 22, 2024

It is not a issue with buildozer, but with the toolchain behind. Python-for-android doesn't support x86 compilation yet, but some users did it. (They didn't provided any contribution yet :()

from buildozer.

mraygalaxy avatar mraygalaxy commented on August 22, 2024

I'm having this exact problem on ARMv7, not x86.

https://groups.google.com/forum/#!topic/kivy-users/TMbykeomRcw

What exactly is causing the problem? Or how to I debug it? I'm willing to provide any information I can......

from buildozer.

mraygalaxy avatar mraygalaxy commented on August 22, 2024

For the googlers out there, the solution was not to use the ARMv7 libraries at all (don't even set them in the buildozer.spec file). If you have both v7 and non-v7 libraries from something you're trying to include in your application, try to include only the non-v7 versions and ensure that there are no libraries included in the armeabi-v7a from .buildozer/platform/python-for-android/dist/myapp/libs/armeabi-v7a.

If you have libraries in the v7 directory, the phone will attempt to use them if you actually have a v7 phone. If the folder is empty, the phone will try to use the non-v7 version, which is where the sdl libraries (among others) are actually located.

from buildozer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.