I have a published app that is crashing at startup on Android N when the newly introduced Display size OS setting is set to too large a value.
When I lo
I checked the Logcat
Process: co.coolresume, PID: 11145 java.lang.RuntimeException: Canvas: trying to draw too large(572166144bytes) bitmap. at android.view.DisplayListCanvas.throwIfCannotDraw(DisplayListCanvas.java:229) at android.view.RecordingCanvas.drawBitmap(RecordingCanvas.java:97) at android.graphics.drawable.BitmapDrawable.draw(BitmapDrawable.java:529) at android.widget.ImageView.onDraw(ImageView.java:1367) at android.view.View.draw(View.java:19380)
I solved the error using the next manifest