Mobile App Development With Kivy & Python 3 (part 2 android release + sign and zipalign, publish)
So, folder for kivy project is zenseeker. Buildozer init (get spec and modify it) buildozer -v android debug Move the apk to the phone and debug it if needed with adb logcat (press install and check the logs) It works? Good, then get ready for keytool (save the password and alias) and signing with jarsigner. […]
Mobile App Development With Kivy & Python 3 – From scratch (part 1 android debug)
So I just finished the course, Mobile App Development With Kivy & Python – From scratch. I was good and covered alot, but it missed out on the method for making an android packet….I was hoping it was not. In section 54 it said ” Building an android ABK”, but just a link. So I […]