chenchengyin / likequanmintv

(#Deprecated#部分接口已失效,谢谢支持)基于MVP的Retrofit2(okhttp3)+rxjava+dagger2+greendao+glide+rtmp直播。该项目系仿全民TV,属于独立开发者作品,仅供参考学习,请勿做一切商业用途。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

下载后,运行报空指针

1371350140 opened this issue · comments

commented

public RetrofitManager(@HostType.HostTypeChecker int hostType) {
mRetrofit = new Retrofit.Builder().baseUrl(getHost(hostType))
.client(getOkHttpClient())
.addConverterFactory(JsonConverterFactory.create())
.addCallAdapterFactory(RxJavaCallAdapterFactory.create()).build();
}

mRetrofit 为空

换个网络试试