Új hozzászólás Aktív témák

  • pckownz

    őstag

    Erre tudtok valami megoldást?

    [2011-09-14 20:42:08 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Unable to read C:\Users\pck\workspace\LunchList\AndroidManifest.xml: org.eclipse.core.internal.resources.ResourceException: Resource is out of sync with the file system: '/LunchList/AndroidManifest.xml'.
    [2011-09-14 20:42:08 - LunchList] AndroidManifest.xml does not declare a Java package: Build aborted.

    <?xml version="1.0" encoding="utf-8"?>
    <manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="apt.tutorial"
    android:versionCode="1"
    android:versionName="1.0">
    <uses-sdk android:minSdkVersion="8" />
    <supports-screens
    android:xlargeScreens="true"
    android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="false"
    />

    <application android:icon="@drawable/icon" android:label="@string/app_name">
    <activity android:name=".LunchListActivity"
    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>
    </manifest>

Új hozzászólás Aktív témák

Hirdetés