My own application already has internet permissions as I am downloading JSON files onto it. However, Picasso will not load images on the emulator.
I downloaded this Picasso/Glide Dagger example just to make sure that it was not my code that was broken. https://github.com/omaflak/Dagger2-Sample
Whenever I run the example application on the emulator, the images won't load. However, if I run it on my phone, the images load correctly.
Is there anything in my emulator that I would need to fix to make Picasso or Glide work?