Where to store images in Android
问题 I have moved all my images from the folder mipmap to drawable because here it was said that the mipmap folder is only for app icons to lanch the app Mipmaps vs. drawable folders (the answer got 841 likes). However, when I now want to start my app I get an error message FATAL EXCEPTION: main Process: com.example.td.barapp, PID: 4331 java.lang.RuntimeException: Canvas: trying to draw too large(188394348bytes) bitmap. at android.view.DisplayListCanvas.throwIfCannotDraw(DisplayListCanvas.java:260