Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDL Error: Error Could not load any libpythonXXX.so #2056

Closed
chavarinbonbyn opened this issue Jan 22, 2020 · 4 comments
Closed

SDL Error: Error Could not load any libpythonXXX.so #2056

chavarinbonbyn opened this issue Jan 22, 2020 · 4 comments

Comments

@chavarinbonbyn
Copy link

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.

@RobertFlatt
Copy link
Contributor

See also
kivy/buildozer#1010
#2045

@robertpfeiffer
Copy link
Contributor

I sometimes get this too

robertpfeiffer pushed a commit to pygame/python-for-android that referenced this issue Apr 3, 2020
@chavarinbonbyn
Copy link
Author

Which kivy version includes the fix ?

@RobertFlatt
Copy link
Contributor

Thank you, for addressing the issue.
@chavarinbonbyn FYI, the fix is currently only in the 'develop' branch of p4a (not kivy)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants