huazai023
huazai023
I have enabled Jep to run on Android. Can I propose a pull request
Here's how to get jep running on Android: 1. Modify the jep setup.py file. The content of the modified patch file is as follows: ```c --- a/setup.py 2023-06-28 03:18:14.651024222 +0000...
This method needs to set a running target environment parameter: PLATFORM
Now Javacpp and cpython can run on Android. Thank you for your support @saudet
In the JavaCPP project, I created a zip package for Android resources. When running in Android, I unzipped the zip package to obtain the resources; In the CPython project, I...
Can you provide cpython's Android platform compilation script?
Yes, the way I compiled it before was wrong, so the question I asked did not accurately express what I meant
I have solved the problem and can compile a usable android version
After I verify it, can I submit a pull request and merge it in?