I want to make an android app with python so, Can I use python on android studio? And if so how to do that?
Asked
Active
Viewed 171 times
0
-
Possible duplicate of [Android app completely in python](https://stackoverflow.com/questions/49955489/android-app-completely-in-python) – michjnich Nov 05 '19 at 21:01
-
Take a look at this article: https://realpython.com/mobile-app-kivy-python/ – Sam Nov 05 '19 at 21:11
-
There's no way, compilers are completely different – Pablo Díaz Nov 06 '19 at 05:30
1 Answers
3
I'm pretty sure there's no way to run python in Android studio, someone correct me if Im wrong. But a similar IDE to it for python is Pycharm.
As for making an app in python there's a few frameworks to make apps in Python, one of the most popular being Kivy. There's a ton of tutorials on YouTube on it.
Enjoy! :)