8000 SDL Error: Error Could not load any libpythonXXX.so · Issue #2056 · kivy/python-for-android · GitHub
[go: up one dir, main page]

Skip to content
SDL Error: Error Could not load any libpythonXXX.so #2056
Closed
@chavarinbonbyn

Description

@chavarinbonbyn

Versions

  • Python: 3.6.9
  • OS: Ubuntu 18.04.3 LTS
  • Kivy: 1.11.0
  • Cython: 0.29.7
  • Buildozer: 1.0
  • Android: 7.1.2

Description

This issue is related (but not fixed by) to #1142.

If one changes the default string at builddozer.spec:

(str) Package name

package.name = myapp (THIS ONE)

To anything else than "myapp", for example:

(str) Package name

package.name = my_app

Even tough the app is build and no errors are shown, the following error appears on the app when opening (thus the app does not work):

SDL Error: Error Could not load any libpythonXXX.so

buildozer.spec

Command:
buildozer -v android debug deploy run

Spec file:
*** Everything is the same but package.name***

[app]

(str) Title of your application

title = My Application

(str) Package name

package.name = my_app

Logs

There are no errors shown in the logs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0