NoConnectionError. ClearTextHTTP traffic
1. 오류상세
- No type arguments expected for class Call
2. 사용 Libaray
- retrofit
3. 발생이유
- return : Call<Dto> 을 기술하면 자동 import가 "android.telecom.Call" 이 된다.
4. 해결방안
- import retrofit2.Call 로 해주면 정상수행 된다.
'[Ad&Kotlin]-Kotlin문법 > 99. 오류 모읍집' 카테고리의 다른 글
Room cannot verify the data integrity (0) | 2022.01.10 |
---|---|
E/RecyclerView: No adapter attached; skipping layout (2) | 2022.01.08 |
NoConnectionError. ClearTextHTTP traffic (0) | 2021.12.30 |