-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Comments
See also |
I sometimes get this too |
robertpfeiffer
pushed a commit
to pygame/python-for-android
that referenced
this issue
Apr 3, 2020
Which kivy version includes the fix ? |
Thank you, for addressing the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Versions
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.
The text was updated successfully, but these errors were encountered: