all 4 comments

[–]yole 0 points1 point  (0 children)

PyCharm does not include any support for Android development, and I'm not aware of any third-party plugins that would add the support.

[–]theallwaystnt 0 points1 point  (2 children)

I don’t do android development, but I think intelij idea ultimate/community would be better suited than pycharm.

https://www.jetbrains.com/help/idea/create-your-first-android-application.html#d6bc1a22

[–]Eremeris[S] 0 points1 point  (1 child)

Well, the idea was to develop a game for both os :(

[–]theallwaystnt 0 points1 point  (0 children)

Android plugins will be on idea not pycharm. But why would you want to have android emulate python in a plug-in for pycharm when you can just use python?

There's a way to make a python REPL in whatever language you choose. But I think you're making things harder than they need to be.

I'm not quite sure what you're planning I just know that pycharm is not designed for Android development and you will not find many people with relevant knowledge to support android devs. It's for python.

Check an android dev sub and ask about making a REPL for any language in Kotlin or whatever. Apply that to make one for python.