Bitmap too large to be uploaded into a texture
I've in drawable directory an image file with the 960x1440 size. When the app start, the image is not loaded as background and in the logcat I see: Bitmap too large to be uploaded into a texture (2880x4320, max=4096x4096) Why it says 2880x4320 if the image is 960x1440 ? The bitmap is loaded via xml: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_centerHorizontal="true" android:layout_centerVertical="true" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable