ArgonOne
ArgonOne

Reputation: 11

How can I install and use Python (with Kivy) in android studio?

I am a fan of Python and I would like to develop android apps using Kivy, I could just use the default Pyhton IDLE but while I was searching in youtube for kivy tutorials I realise that one guy was using android studio not with Java but with Python (and kivy)!

Well after some research in the web nobody knows nothing about it and here I am asking this: 1)How can I write android apps using android studio with Python or simply How this guy did this?

For those who want to know, here is the kivy tutorial that runs Python inside android studio!: https://www.youtube.com/watch?v=VDRa5RZx-X0&list=PLZocUikpczs_E9lPp4uzA8c8203sW-4Ux

Upvotes: 1

Views: 8943

Answers (1)

Tim
Tim

Reputation: 43304

The person who made the tutorial is using PyCharm, not Android studio.

PyCharm is the python version of Intellij (both developed by JetBrains), on which Android Studio is largely based, hence they look so much alike.

You cannot do python for android in Android Studio.

Upvotes: 4

Related Questions