Hello, I've developped a kivy app with Python2. It works good on my PC, but when I make the .apk with buildozer, the app works on my mobile phone until the first internet connection. Then, the app is blocked. I've add every requirements about internet : requests, pyopenssl, openssl, hostpython2... and Android permissions (INTERNET also). But it still doesn't work. I tried to find errors in the adb logcat, but nothing about connection issue... I don't know what to do. I saw others developers who had the same problem but I didn't find any resolution about this. Is there any other requirement or android permission I should add in the buildozer.spec ? Here is my buildozer.spec and logcat [buildozer.spec.txt](https://github.com/kivy/python-for-android/files/1985716/buildozer.spec.txt) [log.txt](https://github.com/kivy/python-for-android/files/1985745/log.txt) Thanks for your help