Android TCP socket Exception on startup

You must Login before you can answer or comment on any questions.

I noticed I cannot create a TCP socket object using the Titanium.Network.createTCPSocket method on android platform (always returns null, on all versions of the android sdk).

With a little detailed investigation I found out the following exception at startup is the most common cause:

Caused by: java.lang.ClassNotFoundException: ti.modules.titanium.network.TCPSocketProxy

Has anyone experienced the same problem, or am I the only one trying to use TCP sockets on android?

1 Answer

Your Answer

Think you can help? Login to answer this question!