Running python scripts inside a Adroid Studio plugIn by adding dependency of Python plugin
已回答
Hi All,
I am currently integrating a python script into my plug-in project for android apps.
With this in mind, I would like to add dependency on Python plugin and reuse all this functionality from it.
However, I am kind of unsure if this approach is suitable for my project.
I took MicroPython as a reference, but encountered some problems. After all, it seems like it is for python project not android app.
Here are some questions about using PythonCore:
- Where can I find the document or example about using functionality of PythonCore plugin?
- In order to use the functionality of the PythonCore plugin, is it necessary that users have to manually set up the facet? Can I use the functionality of PythonCore to install the interpreter and libraries directly w/o setting up facet?
- If the user does not use Python to code in their project, can my plugin install the Python interpreter?
Please feel free to give me any suggestions or point me in the right direction.
Thanks.
请先登录再写评论。
Looks like the questions are duplicated from comments of: https://intellij-support.jetbrains.com/hc/en-us/community/posts/12070680816914-Running-python-scripts-inside-a-ItelliJ-IDEA-plugIn. Let's continue discussion there.