Question

Android tutorial explains how can I edit SL4A scripts in the phone.
How can I create and run scripts on the phone from the host PC.
I know adb forward command can help but I dont know how can I use it for this purpose.
Thanks.

Was it helpful?

Solution

Look at this post in google groups:
RemoteControl

OTHER TIPS

I develop SL4A scripts by running an SSH server on the Android, and then using SFTP to copy files over to the Phone.

From there I launch using a home screen shortcut, but you could also look at the answers to this question for tips: Launch SL4A Application via adb shell

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top