I have currently installed the SL4A on my emulator and it works fine. I am able to push my scripts from my computer on the the sdcard of the emulator and run it successfully on the emulator. Now I want to know how to run these scripts from the command line ? I want to pass input parameters (Files) to my script so that the script can work on it. Usually in my computer's terminal the command I give is -
Test.py -h /Users/Documents/Test.jpeg
This automatically takes in Test.jpeg as the input file.
How do I do this from within the emulator ? I have test.jpeg stored in the sdcard of the emulator.