0

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?

Community
  • 1
  • 1

1 Answers1

0

Well, the answer you found is obviously using a library named groundy which you have not included in the project or have the wrong version of. You can download it here.

Note that the readme states it is no longer maintained and recommended to use RXJava instead.

Gumbo
  • 1,716
  • 1
  • 15
  • 22