##エラー文
E/UncaughtException: java.lang.NoSuchMethodError: No virtual method load(Landroid/net/Uri;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/RequestManager; or its super classes (declaration of 'com.bumptech.glide.RequestManager' appears in /data/app/myapp/base.apk)
##解決法
glideの依存関係を削除すること。
例)
implementation 'com.github.bumptech.glide:glide:4.9.0'