Re: [android-developers] Json parsing problem using gson

2012-07-31 Thread jay
07-30 10:50:34.773: I/System.out(441): Exception com.google.gson.JsonParseException: Type information is unavailable, and the target is not a primitive: On Tuesday, March 6, 2012 8:04:22 PM UTC+5:30, Marcelo H wrote: code ??? 2012/3/6 T.M.S.VIJAYKUMARR iamvijayaku...@gmail.com Hi, i

[android-developers] Json parsing problem using gson

2012-03-06 Thread vani reddy
Hi friends, I am using GSON to parse the json, when some user logs in, it parses properly but when someother user logs in it throws NumberFormatException. I checked the JSON response also, its a valid JSON How to debug this app. -- Regards, Vani Reddy -- You received this message because

Re: [android-developers] Json parsing problem using gson

2012-03-06 Thread T.M.S.VIJAYKUMARR
Hi, i think your parsing integer value may be null ,check it. On Tue, Mar 6, 2012 at 7:39 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi friends, I am using GSON to parse the json, when some user logs in, it parses properly but when someother user logs in it throws

Re: [android-developers] Json parsing problem using gson

2012-03-06 Thread Marcelo Henrique
code ??? 2012/3/6 T.M.S.VIJAYKUMARR iamvijayaku...@gmail.com Hi, i think your parsing integer value may be null ,check it. On Tue, Mar 6, 2012 at 7:39 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi friends, I am using GSON to parse the json, when some user logs in, it parses