I'm working on Python kivy which uses firebase-admin, requests, cryptography modules. So if I directly mention this modules in buildozer requirements, it is not working on my android device(closing immediately). So, Please tell me what requirements are to be added in buildozer requirements.
Mention these dependencies in the requirements
requirements = python3,kivy, firebase-admin, cachecontrol, msgpack, requests, certifi, charset-normalizer, idna, urllib3, google-api-core, google-auth, cachetools, pyasn1-modules, pyasn1, rsa, pyasn1, googleapis-common-protos, protobuf, google-api-python-client, google-auth-httplib2, httplib2, pyparsing, uritemplate, google-cloud-firestore, google-cloud-core, proto-plus, google-cloud-storage, google-resumable-media, google-crc32c
Then it works well