3

How to solve "No Python interpreter configured for the module"? in Android Studio? I am trying to use python and django framework in android studio . My MainActivity is in kotlin.

enter image description here

i dont know how to solve this, any ideas?

enter image description here

  • 3
    Does this answer your question? [How to configure Python interpretor in android studio](https://stackoverflow.com/questions/54667573/how-to-configure-python-interpretor-in-android-studio) – Claudio de Souza Sep 29 '21 at 22:26
  • This is a duplicate of [How to configure Python interpretor in android studio](https://stackoverflow.com/a/54678270/4325604) – Claudio de Souza Sep 29 '21 at 23:10

1 Answers1

-1

You can just click on "Configure Python Interpreter", and then locate the place where you downloaded Python.

Krishnan Shankar
  • 780
  • 9
  • 29
  • I am using android studio, where i can find it? –  Jun 12 '20 at 16:22
  • It should be to the right of the warning message, under the list of opened files. I use PyCharm, so I am not sure, but also try on the bottom right. Click on where it says Python (your version). If all JetBrains works the same, it should be to the left of the inspection profile and read-only buttons. Then click interpreter settings. Then click the settings icon on the top-right, and click add. Then click "System Interpreter" on the left. Choose the location of the interpreter (python.exe). – Krishnan Shankar Jun 12 '20 at 16:24
  • Can you also show me the bottom left of your screen. It should be near Event Log, encoding, and a lock icon. – Krishnan Shankar Jun 12 '20 at 16:30