-
Notifications
You must be signed in to change notification settings - Fork 531
Description
Hi everybody,
I have an apk project in which I use pyrebase.
This apk worked perfectly by using the following requirements in buildozer.spec:
python3,kivy==2.1.0,kivymd==1.1.1,kivygradient,mapview,pyrebase,geocoder,email-validator,requests,urllib3,chardet,idna,ratelim,decorator,click,dnspython,pillow,oauth2client,httplib2,pyparsing,pyasn1,pyasn1_modules,virtualenv,six,sh,rsa,requests-toolbelt,python-jwt,pygments,pycryptodome,ptyprocess,protobuf,platformdirs,pexpect,kivy-garden.mapview,kivy-garden,jws,googleapis-common-protos,gcloud,future,filelock,docutils,distlib,backports.entry-points-selectable,jwcrypto,cryptography,Deprecated,wrapt
I did a lot of improvements of the app and I have backups of all the files in every different steps or states I went through.
So, yesterday I realized that by using the same .py, .kv files and buildozer.spec that I used.... Now it doesn't work.
App crashes when I tried to use it on an android device.
It's so weird because I have the apk I obtained with the same files and that .apk works perfectly on any device.
Can any body tell me why it crashes when I got a good apk with the same files 1 month ago?
Thank you in advance.