Skip to content Skip to sidebar Skip to footer

Android And Gson

I am starting to look at google's Gson. The following code errors as it is entered in that the Gson in the last line is not recognised. The imports are ok so what am I missing? i

Solution 1:

Did you add the GSON Jar to your build path?

Right Click (Project) -> Build Path -> Configure Build Path... -> Go To 'Libraries' Tab -> Click 'Add External JARs...' then select the GSON jar file?

enter image description here

Post a Comment for "Android And Gson"