类型'android.telecom.Call'没有类型参数
通话;
call = apiInterface.getNews(country, API_KEY);
call.enqueue(new Callback<News>() {
@Override
public void onResponse(Call<News> call, Response<News> response) {
答案 0 :(得分:1)
只需验证您已从Retrofit导入了正确的软件包。
正确的是retrofit2.Call
,不要与android.telecom.Call