I am trying to make program that can download .txt file from my website and save it on the phone, I found this example.
I tried to remake that program, but I got stuck when Android Studio found error
"cannot resolve symbol 'GroundyTask'"
Also in import statement in com.telly.groundy.util.Bundler
"telly" has the same problem.
What can I do with that?