Python to android App in 5 steps
Here are the 5 steps to convert your python code to an android apk Write and test your python code in desktop pc Run the following command p4a apk –private [dir location] –package org.techris.kmd –name “Custom name” –version 24.05.10 –bootstrap sdl2 –requirements python3==3.11.2,kivy,kivymd –sdk-dir [SDK installation location] –ndk-dir [ndk installation location] –android-api 34 –ndk-api 24 […]
Python to android App in 5 steps Read More »