Can anyone tell me why my app is crashing. It\'s very strange that when i run my app for the first time it doesn\'t crash. but the next time i run it it crashes. I get something
I had the same issue. In my case I've solve this by replace my hostpython3 by a 3.7.5 instead of 3.8.1. In your buildozer.spec requirements, you need to put hostpython3==3.7.5, python3==3.7.5
. After that delete your folder .buildozer/android/platform/build-armeabi and retry to build your app.