HI,I've got a problem on the android platform.

<dependencies>
<dependency>
<groupId>com.lightstreamer</groupId>
<artifactId>ls-javase-client</artifactId>
<version>3.0.0-b1</version>
</dependency>
</dependencies>LightstreamerClient client = new LightstreamerClient("HOST", "AdapterSet");
client.connectionDetails.setUser("");
client.connectionDetails.setPassword("");
client.addListener(clientListener);
client.connect();

log info===

Start listening to client events
Client property changed: sessionId
Client property changed: serverSocketName
Client property changed: serverInstanceAddress
LSLightstreamer CONNECTING
DISCONNECTED:WILL-RETRY
Client property changed: sessionId
Client property changed: serverSocketName
Client property changed: serverInstanceAddress
LSLightstreamer CONNECTING
DISCONNECTED:WILL-RETRY
Client property changed: sessionId
Client property changed: serverSocketName
Client property changed: serverInstanceAddress
LSLightstreamer CONNECTING
====
I need your help