Код: Выделить всё
Unexpected JSON token at offset 0: Expected start of the array '[', but had '' instead at path: $JSON input: ~����������t������t5��������)����s�?��v���������sJ0d�%���|x��3ސ�4�z�r
Код: Выделить всё
Retrofit.Builder()
.baseUrl(BASE_URL_API)
.addConverterFactory(json.asConverterFactory("application/json; charset=UTF8".toMediaType()))
.addCallAdapterFactory(ApiResponseCallAdapterFactory.create())
.build()
Подробнее здесь: https://stackoverflow.com/questions/791 ... -retrofit2