Adeola Adeleke

Results 8 comments of Adeola Adeleke

l had the same issue and when l switch the `channel` to `beta` and upgraded, worked fine. So you may need to switch channel to beta

@martinprobson thank you for responding and offering to help. unfortunately, l still need `sqoop`. hopefully you will find a working `sqoop` package.

Hello, Try this to either close or hide window when activity goes into backgound/destroy In onDestroy() startService(StandOutWindow.getHideIntent(this,_WINDOW_TO_HIDE.class,WINDOW_ID); //to hide startService(StandOutWindow.getCloseIntent(this,_WINDOW_TO_HIDE.class,WINDOW_ID); //to close Ensure the WINDOW_ID is the same ID you...

@majidgolshadi may l ask why does downloading stops for large files without any reason and onConnectionLost does not restart? how can l resolve this? please help

@majidgolshadi Thanks for your reply. I took a look at the code and adjusted among other things the thread portion that determines inactivity. The issue now is it cannot download...

edit connection.setConnectTimeout() in AsynWorker.java. That should resolve that error

I encountered a similar issue `Expected object 'MR' has no actual declaration in module for JVM`

Hello, I am still having this issue. I used this library in 4 tabs and this error keeps popping up whenever I click the third or fourth tab. What can...