Caused by: java.text.ParseException: Unparseable date: "2012-11-26" (at offset 1)


sol)

Gson gSon=  new GsonBuilder().setDateFormat("yyyy-MM-dd").create();

,