안드로이드

retrofit 에러

민트소프트 2017. 8. 1. 10:27

갑자기 


java.lang.NoSuchMethodError: No virtual method newJsonReader(Ljava/io/Reader;)Lcom/google/gson/stream/JsonReader; in class Lcom/google/gson/Gson; or its super classes (declaration of 'com.google.gson.Gson' appears in /data/app/kr.hstec.solar.android-1/base.apk)


위와 같은 에러를 내면서 gson이 동작하지 않는다.


그럴땐 clean하고 빌드하면 된다. ㅠㅠ

캐쉬에 남아서 그런듯하다.

하루종일 삽질했네.