rigortek
rigortek
05-12 02:43:55.926 13724-13724/com.mypackagename W/SMR_DownloadAgent: setOnProgressListener: -72571063 : Progress{currentBytes=2403197807, totalBytes=2403197807} .... currentBytes equals totalBytes = 2403197807 is sames the download has successful finished. please call Error.getConnectionException.getMessage() or call Error.getServerErrorMessage() show us...
The downloaded file size(s) has been saved to database for you enable database. when restart app download, PRDownloader will read downloaded file size(s) from database, and set http header "Range:bytes=xxx-",...
please show us your downloadTask code.
Not support multi-thread download. @amitshekhariitbhu How about support set download buffer size to make the download bit faster later?
you should check BluetoothAdapter state is STATE_ON before you star or stop scan BLE
When I enable TextView marquee, I met the same issue, and rockerhieu's code solved my issue.
支持的,你是忘记了添加命令空间? 或者是要支持TextView下面某个属性么,我添加了android:text属性支持,可以参考: https://github.com/rigortek/Android-Skin-Loader 有问题可以到fork的git下面提,大家讨论.