You have to add another activity and name should be relative to the
package mentioned.
Don't see the "stopped unxpectedly" instead view LogCat for error details.
-------------------------------------------
<activity android:name=".ContextList.AnotherActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
On Mon, Oct 20, 2008 at 5:56 PM, sush <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I am trying to execute an Android application which will create a new
> activity (that will open a new UI screen) on a button click.
> I have stated the new activity as an intent in the main class and
> added it in the androidmanifest file as another activity.
> But when I execute this application I get an error in the emulator
> saying the application has stopped unxpectedly.
>
> Please help in this if there are some other way to navigate from one
> screen to another.
>
> Regards,
> Susama
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---