<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:stretchColumns="0,1"
     android:id="@+id/main      >

<TableRow> 
<TextView
   
   android:text=" 팀"
   android:textColor="#000000"
   android:background="#FFFFFF"
         />
</TableRow> 
<TableRow>         
<TextView
.
.
.
전체를 

  <ScrollView
</ScrollView> 감싸고 
scroll을 만들려고 하는데 잘 안됩니다.

밑에 글에도 Tablelayout 에 scroll문의가 있었는데
원래 이 레이아웃에는 scoll을 만들 수가 없는 건지요?
문의 드립니다.

에러만 나더라구요.
09-25 23:26:16.058: ERROR/AndroidRuntime(1413):
Caused by: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.