Retroift_AndroidStudio Error
>> expected begin_object but was string오류발생원인 : following 구현 중 Retrofit Error 발생.오류 분석 : 타입이 맞지 않은가? / 서버데이터를 객체 생성한 상태에서 JsonObject형태와 맞는가?/ 서버에서 뿌려주는 형식과 클라이언트 뿌려주는 형식이 맞는가?오류해결 : 이클립스에서는 GET형식으로 해놓고 클라이언트에서는 POST형식으로 요청하고있었다. >>Expected an int but was BEGIN_ARRAY at line 1 column 94 path $.data.followings오류발생원인 : following 구현 후 Login 시 Error 발생JSON DATA : {"data":{"userId":3,"userName":"이휘재",..
안드로이드/에러코드
2015. 7. 1. 08:31