1
0

More than 3 years have passed since last update.

Canvas: trying to draw too largeで落ちる

Posted at

こんなエラーが出て落ちる

java.lang.RuntimeException: Canvas: trying to draw too large(******bytes) bitmap.

drawableに大きい画像があると出るそうですが、なかった。

代わりに、AndroidManifest.xmlの内に

    android:hardwareAccelerated="false"

を入れたら直りました。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0