Closed CodeWithVallabh closed 2 years ago
In general https://github.com/Android-for-Python/Android-for-Python-Users#requirements
This forum is for development issues. For specific usage issues ask in the user groups: https://discord.gg/QpVwqEtf https://groups.google.com/g/kivy-users
👋 @CodeWithVallabh, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project. Let us know if this comment was made in error, and we'll be happy to reopen the issue.
When I've made an apk with just a label using Kivy, it worked on my android device but, when I used some modules like firebase-admin, requests, json, cryptography,etc in my Kivy app then it works on my PC but crashes on my android device after converting to apk. After some research I've come to know that, we need to mention the modules used in the buildozer.spec file. But, I don't know how to mention them correctly.
Here are my imports in the Python file
Here is my buildozer.spec file