I know that I can run Perl on Android, but I’m looking to write an app that can be released on Google Play, for anyone to download and run. Is Perl still a viable choice?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This Google project packages Perl scripts and Perl into a self-contained APK, not requiring any further downloads, that can be uploaded to Google Play:
http://code.google.com/p/perl-android-apk/
It provides Android API access through SL4A – see the following page by one of the authors:
http://www.github.com/damonkohler/sl4a
So yes, Perl is a viable option if it’s your preferred language to work with.