Python, Kivy, Buildozer: APK crashes with SymPy
问题 As the title says, I've made an .apk to run on my Android mobile. It runs perfectly on PC. As soon as I take out all SymPy commands, it runs on Android too. I've mentioned the "sympy" in the buildozer.spec file, and it's not giving any errors. But as soon, as the loading on my Android-screen is over, the App disappears. Does anyone know, if I have to do more, than mentioning the sympy in the .specs file? ADB-Logcat: "ImportError: No module named unittest" I don't know, what "unittest" ist,