java_rosbridge icon indicating copy to clipboard operation
java_rosbridge copied to clipboard

can not run in android

Open happen23 opened this issue 9 years ago • 2 comments

jetty need some java class which not implemented by dalvik VM, and I find i-jetty, a android version jetty, but I don't known how integrate it to rosbridge, so could any one do this? thx

happen23 avatar May 23 '16 09:05 happen23

Hmm. Sorry, I don't know much about Android development and I'm not sure how close of a match i-jetty is to desktop jetty. In an ideal world you could literally just change the dependency, and this repo would work but that's not likely to happen :p

jmacglashan avatar May 24 '16 04:05 jmacglashan

I'm currently using this library in Android. You should be fine as long as you run this library in a new thread (Avoid the UI thread)

rjcausarano avatar Nov 20 '21 23:11 rjcausarano