I need to run a Perl script (main.pl) from my Android app. I came across perl-android-apk project which seems just what I need. It comes as an eclipse project and you can build what you need from this base. The problem is that I need this inside my own project.
So my question is how can I incorporate this inside my own project? I am open to other suggestions about running a Perl script on Android too - however, the Perl interpreter needs to be contained in my APK.
From Running a Perl script on Android
That question is 6 years old. I would like to know if this is still possible to incorporate it in my project. In summary, I would like to incorporate a big Perl project (162MB) into my other project in Android Studio. All I need is to process data in Perl and show the output in Kotlin/Java. Any suggestions?
Note: Traducing from Perl to Java/Kotlin is not possible since the project is huge. It would take me years to complete the task.