스크롤뷰 안에 리니어 를  넣고 카올리를 넣었더니 오류가 나네요..
어떤식으로 수정을 해야 하는지.. 모르겠습니다.
아시는 분이 계시면 도움을 부탁드립니다.
<?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >

<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:adjustViewBounds="true"
android:orientation="vertical">
<ImageView
android:id="@+id/image1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:src="@drawable/r1"
android:adjustViewBounds="true" />




<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:adjustViewBounds="true"
android:orientation="horizontal">

<Button
android:id="@+id/btn1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/r2btn"
android:adjustViewBounds="true"
android:layout_weight="1.2"
android:onClick="mOnClick"/>

<ImageView
android:id="@+id/image3"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:adjustViewBounds="true"
android:background="@drawable/r3"
android:layout_weight="1" />
</LinearLayout>




<ImageView
android:id="@+id/image3"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:adjustViewBounds="true"
android:background="@drawable/r4" />




<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:adjustViewBounds="true"
android:orientation="horizontal">

<ImageView
android:id="@+id/image3"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:adjustViewBounds="true"
android:background="@drawable/r5"
android:layout_weight="1.2" />

<Button
android:id="@+id/btn2"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/r6btn"
android:adjustViewBounds="true"
android:layout_weight="1"
android:onClick="mOnClick"/>
</LinearLayout>





<ImageView
android:id="@+id/image3"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:adjustViewBounds="true"
android:background="@drawable/r7" />





<com.cauly.android.ad.AdView
xmlns:app="http://schemas.android.com/apk/res/hannam.cauly"
android:id="@+id/ad"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
app:appcode="CAULY"
app:adtype="cpm"
app:gender="all"
app:age="all"
app:effect="circle"
app:gps="off"
app:allowcall="yes"
app:reloadInterval="30"
app:dynamicReloadInterval="true"/>


</LinearLayout>



</ScrollView>