+ 1
is it possible to build an android offline app via Python??
2 Answers
+ 3
With Kivy it's supposed to be possible.
+ 3
Yes, you can build AndroidApps using Python. Kivy would be a good option, if youwant to make simple games. There is a disadvantage too,you won't be able to leverage very good standard and other open source Android libraries with Kivy. They are available via gradle build(in Android Studio) or as jars.