Hello,
What versions of Lightstreamer client library, Android and Chrome are you using?
Can you send at
support@lightstreamer.com the log produced by the client library?
To enable the logger, add the following lines to your application:
var log = new SimpleLoggerProvider();
log.addLoggerAppender(new ConsoleAppender("DEBUG", "*"));
LightstreamerClient.setLoggerProvider(log);