안드로이드 개발 질문/답변
(글 수 45,052)
<?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>
<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
라는 에러가 첨에 나타나는데 이게 무슨에러인가요??
제발 답변부탁드립니다.




에러 메세지를 보면 액티비티를 시작할 수 없다는 내용인데....혹시 메니페스트에 액티비티 추가하고 등록하셨나요?