-
Notifications
You must be signed in to change notification settings - Fork 503
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:could not load any libpythonXXX.so #1010
Comments
I suspect you're missing python3 from your requirements. You should share your buildozer.spec at least |
The problem is when i change
|
OK good to know. Maybe try again from a clean build by deleting the project |
I tried that(i.e., deleting the .buildozer directory) and runnig buildozer android debug but the problem remains. |
I filed what I suspect is the same issue under Python for Android: |
Hm, this is wierd, because in my case this problem start when i renamed package name from "ruscan" to "ruscanapp". |
after installing a release apk, sdl error could not load any libpythonxxx.so example: and also, What is the name of your organization? package.name = myapp copy this on your buildozer.spec: package.domain = someorg however i got too excited and change my buildozer spec requirement from python3 to python2 and it still work.. in my case the someorg is just a single word no (dots) in between. No changes on the .py or .kv file.. im really new here at github, please excuse if i made some errors while typing these. |
I just got out of the same issue, i uninstalled what i had previosuly had on my phone and on my linux deleted the spec file and generated a new one. Am able to run the apk on my phone now. |
Check my answer here: |
Hi! Hope it helps others and maybe to identify the problem. |
Hello Javier
Thank you for the explanation. I will simply adopt your way too.
…On Thu, Apr 9, 2020 at 8:35 PM Javier Franco ***@***.***> wrote:
Hi!
Since this is now closed (The other topic) I write it here:
I have the same problem always WHEN I build on the same folder for
different platforms one after another.
The workaround that works for me is, after changing the buildozer.spec is
easy, I perform a
buildozer android clean
always before
'buildozer android debug' (or build).
Hope it helps others and maybe to identify the problem.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1010 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIGUOHPAXBOK2QU2AMYUT7TRLYIPZANCNFSM4KCJBTXA>
.
--
“I have no special talents. I am only passionately curious.”
Albert Einstein
|
But wait I thought this was fixed recently in kivy/python-for-android#2127 |
kivy/python-for-android#2127 was merged into master |
I have created my application using buildozer.And everything works fine.But the moment i replace:
1)"package.name = myapp" to "package.name = anoop"
2)"package.domain = org.test" to "package.domain = org.singh"
in the .spec file the app crashes on my andoid with the error "An error occured while trying to start the application.Please try again and/or reinstall.
Error: Could not load any libpythonXXX.so".
Note that the when i run buildozer android debug everything works fine its omly that the app crashes on android.
I am attaching the error screenshot.
The text was updated successfully, but these errors were encountered: