0
Can I convert a .py to a .apk file?
I have an python document that I want have as an app on my mobile, can I do that?
4 Antworten
+ 1
No you cannot write code in any language and just turn it in into an Android application like that. Android uses Android Studio as its official ide which uses Java and the Android APIs which are written in Java.
+ 1
You can´t just transform from .py to .apk, but you can install on your android phone the qpython app. Qpython allows you to run python scripts directly in your phone.
0
nope
0
u need an android python interpreter app