Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)
I want to know whether is it possible to code in python inside the android studio? I have an android app that I am attempting to develop and I want to code some components in python.

1 Answer

0 votes
by (108k points)

If you are referring to the coding part of your Android application in python, then it's not possible for now. But, you can have a Python script and add it to your project, then write in your application part that will invoke it somehow. Furthermore, you can use Android Studio as a text editor for Python scripts. To generate the apps for Android in Python you have to apply a proper library for it.

If you want to learn python then do check out the below python tutorial video for better understanding:

Browse Categories

...