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     로 해주면 정상수행 된다.

Posted by 농부지기
,