[Android/Kotlin] Caused by: java.lang.IllegalArgumentException: baseUrl must end in /: 해결 방법

SoyoungLee·2022년 7월 13일
0
post-thumbnail

💌 [안드로이드/ERROR] Caused by: java.lang.IllegalArgumentException: baseUrl must end in /: 해결 방법

안드로이드 프로젝트에서 Retrofit2 를 이용해 공공데이터 API 연동하는데 오류가 떴다

Caused by: java.lang.IllegalArgumentException: baseUrl must end in /:

📌 해결 방법

baseUrl 은 항상 /로 끝나야 한다.
baseUrl 뒤에 / 을 붙여주면 해결이 된다.

단, 아래 사진을 참고 해 "/" 의 유무 에 따라 Base URL 과 @Url 이 결합되어 URL이 어떻게 달라지냐에 따라에 달라지는 것을 확인해야 함.


출처 : https://inthecheesefactory.com/blog/retrofit-2.0/en

profile
Android Developer..+ iOS 슬쩍 🌱 ✏️끄적끄적,,개인 기록용 👩🏻‍💻

0개의 댓글