Вопрос

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.

Это было полезно?

Решение

Look at this post in google groups:
RemoteControl

Другие советы

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top