How to run Python in Android Studio and fix 'No Python interpreter configured for the module' error?

preview_player
Показать описание
In this video it shows the steps to configure the Android Studio to run Python script in it. It shows the required plugin installation and then steps to solve the Python interpreter error - No Python interpreter configured for the module.

Complete source code and other details/ steps of this video are posted in the below link:

However, the Python Code is copied below also for reference:

def add_numbers(x, y):
return x + y

answer = add_numbers(3, 9)
print(answer)

--
Рекомендации по теме
join shbcf.ru