Couldnot initiate Fresco
Closed this issue · 1 comments
bastolaxantos commented
I couldn't import the Fresco class. Android studio doesn't show anything to import.
FlavienSi commented
I had the same problem and I found the problem.
You have to import it's a separated lib (not included as a dependency).
implementation 'com.facebook.fresco:fresco:0.12.0'
Should do it.