問題タブ [bitmapdrawable]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - null オブジェクト参照エラーでの null オブジェクト参照の BitmapDrawable.getBitmap()' をクリアする方法
このライブラリhttps://github.com/jgabrielfreitas/BlurImageViewを使用して画像をぼかし、通常のアクティビティではすべて正常に動作します。最近、カスタム GridView でこのライブラリを使用しようとしたところ、このエラーが発生しました
android.graphics.Bitmap android.graphics.drawable.BitmapDrawable.getBitmap()' on a null object reference
。 Glide を使用して URL から取得した画像:
注: image.setBlur(15);
ライブラリの関数です。
ここに私のカスタム GridView レイアウト xml があります:
注: URLから画像を取得しているので、削除しましたapp:src="drawable/img"
android-studio - java.lang.ClassCastException: android.graphics.drawable.TransitionDrawable は android.graphics.drawable.BitmapDrawable にキャストできません
壁紙アプリの作成中に問題が発生しました。壁紙を設定しようとすると、次のエラーが発生します。問題を知りたいです。私は何を間違えましたか?setwallpaper の設定中にこのエラーが発生します。この質問の答えを知っている人がいたら、助けてください。