This is my android manifest file.
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="LayoutAndy">
<application android:icon="@drawable/icon">
<activity class=".Layoutandy" android:label="@string/
app_name">
<intent-filter>
<action android:value="android.intent.action.MAIN" />
<category
android:value="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
On Mar 25, 2:41 pm, Pierre Neihouser <[EMAIL PROTECTED]> wrote:
> Without your code or your Manifest.xml file it's almost impossible to help
> you.
> It looks like you are referring somewhere to LayoutAndy.Layoutandy, my first
> guess would be a lower instead of upper case issue with Layoutandy.
>
> On Tuesday, March 25, 2008, at 06:49AM, "Dagger" <[EMAIL PROTECTED]> wrote:
>
> >somebody having some idea.
> >need help on this.
>
> >On Mar 24, 3:17 pm, Dagger <[EMAIL PROTECTED]> wrote:
> >> I am having this problem while running th code in emulator.
> >> Maybe it is a repetition of question but I can't find the solution.
>
> >> [2008-03-24 15:26:28 - LayoutAndy] ------------------------------
> >> [2008-03-24 15:26:28 - LayoutAndy] Android Launch!
> >> [2008-03-24 15:26:29 - LayoutAndy] Launching: LayoutAndy.Layoutandy
> >> [2008-03-24 15:26:55 - LayoutAndy] ------------------------------
> >> [2008-03-24 15:26:55 - LayoutAndy] Android Launch!
> >> [2008-03-24 15:26:55 - LayoutAndy] Launching: LayoutAndy.Layoutandy
> >> [2008-03-24 15:26:56 - LayoutAndy] Pushing LayoutAndy.apk to /data/app
> >> on the device
> >> [2008-03-24 15:26:56 - LayoutAndy] Starting activity on device:
> >> LayoutAndy.Layoutandy
> >> [2008-03-24 15:26:57 - LayoutAndy] WARNING: Package LayoutAndy is
> >> already registered by usage: pm -l : Display all registered
> >> packages.
> >> [2008-03-24 15:26:57 - LayoutAndy] WARNING: Package LayoutAndy is
> >> already registered by usage: pm -lf : Display all registered
> >> packages and their associated file.
> >> [2008-03-24 15:26:57 - LayoutAndy] ActivityManager: Starting: Intent
> >> { comp={LayoutAndy/LayoutAndy.Layoutandy} }
> >> [2008-03-24 15:26:57 - LayoutAndy] WARNING: Package LayoutAndy is
> >> already registered by pm -p <PACKAGE> : Display the file that
> >> registered the specified package.
> >> [2008-03-24 15:26:57 - LayoutAndy] ActivityManager: Error type 3
> >> [2008-03-24 15:26:57 - LayoutAndy] ActivityManager: Error: Activity
> >> class {LayoutAndy/LayoutAndy.Layoutandy} does not exist.
> >> [2008-03-24 15:26:57 - LayoutAndy] WARNING: Package LayoutAndy is
> >> already registered by [1] Killed pm -p LayoutAndy
>
> >> \What to do to debug this problem.
> >> Thanks for replies.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---