-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Kivy crashes on Android: ImportError: dlopen failed: library "libpython3.7m.so" not found #2237
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
Comments
Please the build log and the |
Here is the info requested.
|
From the log
From the .spec
This is a really old version of p4a, not the master version. But not why the message occurs, or why 'master' is not 2020.6.2 |
Closing as the issue looks related to an old version of To the original author: feel free to re-open the issue if it persists with the new |
Versions
Description
This line works OK on the computer and in several Phones:
def open_settings(self):
from controller.settings import Settings
On a Huawei that line throws the following error on ADB logcat:
06-12 19:39:53.265 10723 10762 I python : ImportError: dlopen failed: library "libpython3.7m.so" not found
buildozer.spec
Just a standard spec file, nothing special. The same spec file works on other phones.
Command:
from controller.settings import Settings
Logs
The text was updated successfully, but these errors were encountered: