YCAndroidTool
YCAndroidTool copied to clipboard
网络拦截库用不了
Attempt to invoke virtual method 'java.lang.Object android.content.Context.getSystemService(java.lang.String)' on a null object reference
在NetDeviceUtils的getAvailMemory方法下
他少写了一些代码,在 NetworkTool.getInstance().setFloat(this) 先要init传入context初始化
他少写了一些代码,在 NetworkTool.getInstance().setFloat(this) 先要init传入context初始化
NetworkTool.getInstance().init(this); demo中先调用了这个,才float的。