I can access MySQL on my other laptops at home, but when I converted my py file to apk, my app crashed when I hit the button connected to my database. I put my computer IP (host) in the code and gave all privilege grants to that user. I have also given permission to the internet in the buildozer.spec file. Still my application is crashes, what should I do?
I tried accessing mysql data to my other computers at home they work fine, but here I am creating an applications with kivy python its crash when I try to access database. I am using IP address to connect to data base and also check that there is not firewall. I am using macbook air and trying to run my apk file into one plus which is running android 12.
Link for my all code & [android debug file] https://github.com/kushp15/PY-to-APK