画像ビューがあり、その上に画像を設定したい。イメージのサイズは 7,707,446 バイトです。レイアウトを設定しようとするたびに、アプリがクラッシュし、エラーがメモリ不足エラーです.誰かが私に解決方法を提案できます.xmlは次のとおりです:-
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<ScrollView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbars="none">
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/image" >
</RelativeLayout>
</ScrollView>