0

I want to make an android app with python so, Can I use python on android studio? And if so how to do that?

1 Answers1

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! :)