-
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
libpython2.7.so: is missing DT_SONAME using buildozer with latest VirtualBox VM for Android Buildozer (Version 2.0, released the 13 May 2017). #1314
Comments
I think I've seen that before on Android 4. Which version are you running? |
I am running Android Version 6.0 |
And this is the Buildozer.spec file:
|
Problem solved! import locale I have commented out these two lines and then the app builds and works fine. However, still might be an issue p4a? |
Thank you for sharing your findings, now I see that the logs you shared were only warnings ant not errors. |
I enclose the logcat. Search for:
|
That's way better, thanks for the help! |
Closing as not an issue, it doesn't seem to matter if this happens, and there seems to be no actual crash currently associated with it. |
I have setup a new VirtualBox VM for Android Buildozer (Version 2.0, released the 13 May 2017).
In this environment I wanted to build an APK for the KivyMD Kitchensink_demo (https://gitlab.com/kivymd/KivyMD) which runs fine on my Windows development environment and standalone build using PyInstaller.
The command: buildozer android debug produces an APK in the bin directory.
Running the APK on the device (Huawei P10) causes a crash and gives the following error log.
07-23 11:41:01.995 23581 23581 W linker : /data/app/org.test.kivymd_kitchen_sink-1/lib/arm/libpython2.7.so: is missing DT_SONAME will use basename as a replacement: "libpython2.7.so"
07-23 11:41:02.001 23581 23581 W linker : /data/data/org.test.kivymd_kitchen_sink/files/app/lib/python2.7/lib-dynload/_io.so: is missing DT_SONAME will use basename as a replacement: "_io.so"
07-23 11:41:02.003 23581 23581 W linker : /data/data/org.test.kivymd_kitchen_sink/files/app/lib/python2.7/lib-dynload/unicodedata.so: is missing DT_SONAME will use basename as a replacement: "unicodedata.so"
07-23 11:41:02.005 23581 23581 W linker : /data/data/org.test.kivymd_kitchen_sink/files/app/lib/python2.7/lib-dynload/_ctypes.so: is missing DT_SONAME will use basename as a replacement: "_ctypes.so"
The text was updated successfully, but these errors were encountered: