Hi All,
I can build the http chat demo and change connection parameter to my http chat server but when run I get error
An uncaught exception of type: java.lang.NoClassDefFoundError occurred
Message: ‘java.lang.NoClassDefFoundError: com.remobjects.sdk.example.httpchat.HTTPChatService_Proxy’
at the line aChatService := new HTTPChatService_Proxy(lScheme);
Just a thought. I don’t know the RO SDK at all, but if you had to add a reference to an RO .jar file, then make sure you set Copy Local to True in the properties for the reference, which ensures the lib gets linked in and therefore will exist on the Android device.