'The program crashes on the phone (android)
I use Kivy and Python. I made an application for Android, but after connecting the library for applications on the phone, I created a problem. I am using MongoDB. After compiling the application to .apk on the phone, the program crashes. I tried to remove everything related to this library and everything worked, but if I just import it, the program crashes on the phone.
Solution 1:[1]
Debug by reading the specific error as described in these instructions.
You're probably using a library that is not supported on Android, or which you have not included in the android build.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | inclement |
