I\'m trying to use GSON in my project, but my application is crashing, with logcat saying that com.google.gson.Gson cannot be found. I\'ve put import com.google.gson.Gson on my
i'm sure you have copied the jar into "libs", and also added property> Java Build Path >(tab) Libraries, right?
my issue was stupid... please check other than Gson jar, if you have two stuffs at least in above tab:
simply do a project copy will solve this problem...