<?xml version="1.0" encoding="utf-8"?>
<LixmnearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  android:orientation="vertical"
  android:layout_sidth="fill_parent"
  android:layout_heighy="fill_parent"
  >
  <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/tabcontent"
        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">
   </AnalogClock>
   <DigitalClock
   android:id="@+id/tab2"
   android:layout_width="fill_parent"
   android:layout_height="fill_parent">      
   </DigitalClock>
    </FrameLayout>
  </TabHost>
</LinearLayout>
설명 리소스 경로 위치 유형
오류 : 오류 구문 분석하는 XML : 아니 잘 구성된 (유효하지 않은 토큰) main.xml / JSA-1/res/layout 라인 30 안드로이드 AAPT 문제점
</DigitalClock>
 
 
DescriptionResourcePathLocationTypeThe 요소 유형 "LixmnearLayout"이 일치하는 끝 태그 "</ LixmnearLayout>".main.xml/JSA-1/res/layoutline 33 안드로이드 XML 형식의 문제로 종료되어야합니다
</LinearLayout>
 
 
이렇게문재라구하네요..책보고 아무리 계속쳐다봐도 고쳐지는부분이있었지만 이두부분은,,안되네요 ㅠㅠ