I\'m relatively new to Java, eclipse and android so this could be a completely silly question, but I\'m going to ask it none the less.
I\'ve got a project I\'m lear
Same problem occurred with me too. The solution is to download the entire gson package ie. google-gson-1.6-release.zip instead of stream only version ie google-gson-stream-1.6.jar. It works fine after you unzip the package and add the jars in your build path.
Cheers Mudit
I'm not sure exactly why this worked but I extracted the zip and just added gson-1-4.jar and it appears to have worked.
Hooray!