笔记和源码
https://blog.csdn.net/qq_45453266/article/details/104490971
https://github.com/wantao666/AndroidDemo/tree/master/DownloadDemo
https://blog.csdn.net/qq_45453266/article/details/104490971
https://github.com/wantao666/AndroidDemo/tree/master/DownloadDemo
笔记和源码
https://blog.csdn.net/qq_45453266/article/details/104490971
https://github.com/wantao666/AndroidDemo/tree/master/DownloadDemo
https://blog.csdn.net/qq_45453266/article/details/104490971
https://github.com/wantao666/AndroidDemo/tree/master/DownloadDemo
运行报错:NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Intent.getAction()' on a null object reference
2018-05-16
if(conn.getResponseCode() ==HttpURLConnection.HTTP_OK){
length=conn.getContentLength();
}
这一步的时候可能没有那个HttpStatu.ok 用上面的就可以了
length=conn.getContentLength();
}
这一步的时候可能没有那个HttpStatu.ok 用上面的就可以了
2018-01-23