Skip to content

添加okhttp plugin,启动后崩溃 #80

@KaelInvoker

Description

@KaelInvoker

崩溃报interceptor == null,于是去掉plugin,手动在Okhttp初始化处加入 OkHttpClient.Builder builder = new OkHttpClient.Builder();
builder.dns(new HttpDns())
.addInterceptor(new OkHttpInterceptor())
.retryOnConnectionFailure(true);
报factory already defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions