<?xm1 version="1.0" encoding=" u t f -8"?>
<LixmnearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  android:orientation="vertical"
  android:layout_sidth="fill_parent"
  android:layout_heighy="wrap_content">
  >
  <TabHost
     android:id="@+id/tabHost"
     android:layout_width="fill_parent"
     android:layout_height="wrap_content">
     <TabWidget
       android:id="@ android:id/tabs"
       android:layout_width="fill_parent"
       android:layout_height="wrap_content">
     </TabWidget>
     <FrameLayout
        android:id="@ android:id/"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:paddingTop="64dip">
  <AnalogClock
   android:id="@+id/tab1"
   android:layout_width="fill_parent"
   android:layout_height="fill_parent"
   android:layout_height="wrap_content">
   <AnalogClock>
   <DigtalClock
   android:id="@+id/tab2"
   android:layout_width="fill_parent"
   android:layout_height="fill_parent"
  </DigitalClock>
   </FrameLayout>
 </Tabhost>
</LinearLayout>

 

여기서

 android:layout_height="wrap_content">
   <AnalogClock>

이두부분에서 x에러가뜨는데요...