Skip to content Skip to sidebar Skip to footer

Error Connecting To Nodejs Socket Server From Android

I followed the fix in this post: Error connecting an Android Client to a socket server in NodeJS Had problem connect to socket server nodeJS but the problem is a fix, now the clie

Solution 1:

I can see java.lang.NoClassDefFoundError...usually it means that in the classpath is missing a derivated dependency. In other words io.socket.WebsocketTransport needs classes which aren't in the classpath. Could this be the problem?


Post a Comment for "Error Connecting To Nodejs Socket Server From Android"