I am trying to use gson in my android project .So i downloaded Gson . then i did the following:
Right click on project -> build path -> add libraries
Now i can see that the jar file is in:
Project -> properties -> java build path -> libraries tab
But when I import com.google.gson.Gson
there is an error
"The import com.google cannot be resolved"
. com.google is underlined with red but gson.Gson is not underlined .
What am i missing ??
Thanks in advance !!