• Stars
    star
    5
  • Rank 2,861,937 (Top 57 %)
  • Language
    Common Lisp
  • Created over 10 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Common Lisp package for working with Scripting Language for Android (SL4A). Allows for live REPL interaction with a running Android system. Available in quicklisp

Quicklisp

This package allows communication with an sl4a server (See http://code.google.com/p/android-scripting/)

once loaded, use (target-device "ip" port) to setup the sl4a server ip and port, and then (target-connect)

once done, the demonstration functions should work. try (test-getinput)!