안드로이드 개발 질문/답변
(글 수 45,052)
인트로 화면을 지정했는데요
매니페스트에도 당연히 넣었구요
근데도 인트로 때매
어플이 중지되었습니다까 뜨네요
인트로만 빼면 잘 실행되요
어떻게 넣어야 할까요?
인터넷에 검색한걸로 했는데도 그러네요 문제점이 뭔지 모르겟어요 ㅠㅠ
여기에 소스가 잇습니다 이거대로 했어유
2012.11.06 14:48:19
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<ImageView
android:src="@drawable/intro"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/logo"/>
</LinearLayout>
이게 xml이에요 오류 좀 찾아주세요 ㅠ
에러로그는요?