Android studio Failed resolution of: Lcom/google/gson/GsonBuilder; Json转化成bean报错
由于Gson版本号问题。 修改为compile 'com.google.code.gson:gson:2.3.1' 重新sync一下。
JsonUtils 第13行,运行出错
由于Gson版本号问题。 修改为compile 'com.google.code.gson:gson:2.3.1' 重新sync一下。