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"
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"