YCAndroidTool icon indicating copy to clipboard operation
YCAndroidTool copied to clipboard

网络拦截库用不了

Open 1040322934 opened this issue 5 years ago • 2 comments

Attempt to invoke virtual method 'java.lang.Object android.content.Context.getSystemService(java.lang.String)' on a null object reference

在NetDeviceUtils的getAvailMemory方法下

1040322934 avatar Dec 03 '20 03:12 1040322934

他少写了一些代码,在 NetworkTool.getInstance().setFloat(this) 先要init传入context初始化

xiaozhi805157387 avatar Dec 22 '20 02:12 xiaozhi805157387

他少写了一些代码,在 NetworkTool.getInstance().setFloat(this) 先要init传入context初始化

NetworkTool.getInstance().init(this); demo中先调用了这个,才float的。

df13954 avatar Jan 06 '21 02:01 df13954