Error: Cannot Find Symbol Bitmaptransformation/bitmappool
I got the following error: cannot find symbol BitmapTransformation/BitmapPool I found this code online and wonder if there is any way to edit it to fit in androidx? Code: https://g
Solution 1:
If you look at the imports, those classes are from some com.bumptech.glide
package, which looks like this one
So add that as a dependency in your app (follow their instructions) and you should be good to go
Post a Comment for "Error: Cannot Find Symbol Bitmaptransformation/bitmappool"