Pergunta

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.

Foi útil?

Solução

Look at this post in google groups:
RemoteControl

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top