Help embedding into Android

2013-09-10 Thread jacob kelly
Hello, I have seen some people implement this server into an Android application, so I am trying to embed it into my own app. I have followed the tutorial, and the application runs, but it doesn't seem like it is doing anything. I feel like I am missing something.  Is there any sort of

Re: Help embedding into Android

2013-09-10 Thread John Hartnup
I don't know a great deal about Android, but in principle you shouldn't need to do anything different from standard Java. I suggest you attach a debugger to your Android app and put a breakpoint at server.start(). Either the breakpoint won't trigger, meaning you need to find out why your code