I am trying to clear the entire cache of images loaded with Amir_Glide library by @alimanam3386. I tried to do the following in the Activity where the images are displayed.
B4X:
Glide.Initializer.Default
Glide.Glide.ClearDiskCache
and got this error
B4X...