thingworx android error
i am trying to run the sample code provided in the thingworx android sdk
I have a problem in every sample project
it says cant resolve the constructor
thing = new VirtualThing(thingName, "A basic virtual thing", client);
because the client is not initiialized
similarly
client.isConnected() is also showing error
i dont know what 'client' is because the variable is also not declared anywhere.
kindly tell the solution

