کلیدستان

نسخه‌ی کامل: مشکل در فایل AndroidManifest.xml( برنامه نویسی اندروید)
شما در حال مشاهده نسخه آرشیو هستید. برای مشاهده نسخه کامل کلیک کنید.
سلام دوستان
میشه راهنمایی کنید تا خطای برنامه ام رو برطرف کنم؟

کد پی‌اچ‌پی:
<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="1" android:versionName="1.0.0" android:installLocation="auto" package="smart.kings.team"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <application android:label="@string/app_name_language_teacher" android:icon="@drawable/icon" android:debuggable="true">
        <activity android:theme="@*android:style/Theme.Light.NoTitleBar" android:label="@string/app_name_language_teacher" android:name="com.ectaco.lt.Main" android:configChanges="locale">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:theme="@*android:style/Theme.Light.NoTitleBar" android:name="com.ectaco.lt.ABCAlphabet" android:configChanges="locale" />
        <activity android:theme="@*android:style/Theme.Light.NoTitleBar" android:name="com.ectaco.lt.ABCWords" android:configChanges="locale" />
        <activity android:theme="@*android:style/Theme.Light.NoTitleBar" android:name="com.ectaco.lt.ABCGame" android:configChanges="locale" />
        <activity android:theme="@*android:style/Theme.Light.NoTitleBar" android:name="com.ectaco.lt.WordsRepeat" android:configChanges="locale" />
        <activity android:theme="@*android:style/Theme.Light.NoTitleBar" android:name="com.ectaco.lt.WordsRecognize" android:configChanges="locale" />
        <activity android:theme="@*android:style/Theme.Light.NoTitleBar" android:name="com.ectaco.lt.PhrasesVariants" android:configChanges="locale" />
        <activity android:theme="@*android:style/Theme.Light.NoTitleBar" android:name="com.ectaco.lt.PhrasesRepeat" android:configChanges="locale" />
        <activity android:theme="@*android:style/Theme.Light.NoTitleBar" android:name="com.ectaco.lt.DialogsListen" android:configChanges="locale" />
        <activity android:theme="@*android:style/Theme.Light.NoTitleBar" android:name="com.ectaco.lt.DialogsRepeat" android:configChanges="locale" />
        <activity android:theme="@*android:style/Theme.Light.NoTitleBar" android:name="com.ectaco.lt.DialogsLT2You" android:configChanges="locale" />
        <activity android:theme="@*android:style/Theme.Light.NoTitleBar" android:name="com.ectaco.lt.DialogsYou2LT" android:configChanges="locale" />
        <activity android:theme="@*android:style/Theme.Light.NoTitleBar" android:name="com.ectaco.lt.SettingsLocal" android:configChanges="locale" />
        <activity android:theme="@*android:style/Theme.Light.NoTitleBar" android:name="com.ectaco.lt.Popup" android:screenOrientation="portrait" android:configChanges="locale" />
    </application>
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
</manifest> 
این هم تصویری از فایل AndroidManifest.xml
[attachment=1217]

این هم خطاهایی که نمایش داده میشه

کد پی‌اچ‌پی:
Multiple annotations found at this line:
    - 
errorErrorNo resource found that matches the given name (at 'icon' with value '@drawable/icon').
    - 
errorErrorNo resource found that matches the given name (at 'label' with value '@string/
     app_name_language_teacher'
). 

کد پی‌اچ‌پی:
errorErrorNo resource found that matches the given name (at 'label' with value '@string/app_name_language_teacher'). 
فایل و رشته های خطا داده شده یا موجود نیستن یا فایل ‏id‏ مشکل داره که باید بازسازی بشه