I have the android build cycle down to a single command that creates an installable apk file. If I do this on a machine with a web server I can put the apk file into a directory with a web page link. So all that would be needed is a form that has a "build" button on it and downloads the updated link.
I also have a keyboard/mouse (I'm using an Asus tablet) so I can edit the files. The only missing link is a good ssh/x11 app that will let me do the emacs editing. Tim Daly On Fri, 2011-09-16 at 13:36 -0400, David Nolen wrote: > On Fri, Sep 16, 2011 at 1:24 PM, Raoul Duke <[email protected]> wrote: > hi, > > i dream of having a remote repl onto e.g. android so that i > can try to > reduce the write-push-run-test-debug-repeat cycle time. pretty > please, > does anybody have insights / experience / git hub forks / > ideas about > this? getting to a point where i can do code updates more > easily, in > fragments, would be so much better than the current molasses > android > developer situation, i gotta hopoe... > > many thanks. > > > Have you considered using ClojureScript instead? > > > David > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient > with your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
