<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    >
<com.multi.sung.SungView-----문제돼는곳
 android:id="@+id/mSungView"
 android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    />
</FrameLayout>

 

저 문제돼는곳이 머가 문제인지 모르겠습니다...

 

SungView라는 뷰가 있는데 이 xml에서 자꾸 에러가 난다고 뜨긴하는데 에러 처음이

 

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.multi.sung/com.multi.sung.

SungGameActivity}: android.view.InflateException: Binary XML file Line #7: error inflating class

com.multi.sung.SungVIew

라는 에러가 첨에 나타나는데 이게 무슨에러인가요??

 

제발 답변부탁드립니다.