안녕하십니까 ㅎㅎ 안드로이드펍에서 많은 도움을 받으면서 아직 실력이 안되서 도움도 못드리고 질문만 많아지네요 ^^

ㅎㅎㅎ 저도 하루빨리 실력을 쌓아서 멋지게 댓글도 달고 해야하는데 말이죠 ㅎㅎㅎ

다름이 아니오라, 화면을 밝게하기 위해서 코드를 한 줄 넣었는데 오류메세지가 뜹니다.

메세지 내용은
[2010-06-27 19:32:59 - com.android.ide.eclipse.adt.internal.project.AndroidManifestParser] Parser exception for /mw007/AndroidManifest.xml: Element type "manifest" must be followed by either attribute specifications, ">" or "/>".

[2010-06-27 19:32:59 - mw007] Error in an XML file: aborting build.

의 두줄이 뜨는데, 제가 오류난 부분은 아래의 코드 중 한 줄입니다.

----------------------------------------------------   코드 ---------------------------------------------------

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="com.android.mw007"
      <application android:theme = "@android:style/Theme_Light">   <---- 여기서 에러가 나네요 ㅎㅎㅎ
      android:versionCode="1"
      android:versionName="1.0">
    <application android:icon="@drawable/icon" android:label="@string/app_name">
        <activity android:name=".mw007"
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>

    </application>
    <uses-sdk android:minSdkVersion="8" />

</manifest>

ㅠㅠ 하수라서 화면 밝기하나 흰색으로 못바꾸고 있습니다 ㅎㅎ 도와주십시오. 고수님들 ^0^/