First, you can ignore "DDM dispatch reg wait timeout", it's a benign error.

What's more problematic is the line
ActivityManager: java.lang.NullPointerException

It looks like the activity Manager fails to launch your app's
activity. Can you check the logcat output, there's probably the full
exception stack with more info.

Xav

On Wed, Mar 17, 2010 at 1:38 AM, anu cm <anumo...@gmail.com> wrote:
> Hi, I am new to the Android.   When i am trying to run my first
> android project, HelloAndroid  i find some problems such as..
>
>
> ActivityManager: DDM dispatch reg wait timeout
> [2010-03-17 11:38:44 - HelloAndroid] ActivityManager: Can't dispatch
> DDM chunk 52454151: no handler defined
> [2010-03-17 11:38:44 - HelloAndroid] ActivityManager: Can't dispatch
> DDM chunk 48454c4f: no handler defined
> [2010-03-17 11:38:45 - HelloAndroid] ActivityManager: Can't dispatch
> DDM chunk 46454154: no handler defined
> [2010-03-17 11:38:45 - HelloAndroid] ActivityManager: Can't dispatch
> DDM chunk 4d505251: no handler defined
> [2010-03-17 11:40:33 - HelloAndroid] ActivityManager: Starting: Intent
> { act=android.intent.action.MAIN
> cat=[android.intent.category.LAUNCHER]
> cmp=com.example.helloandroid/.HelloAndroid }
> [2010-03-17 11:40:43 - HelloAndroid] ActivityManager:
> java.lang.NullPointerException
>
>
> Now what can i do ?
> Can someone help me to solve this??
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
>
> NEW! Try asking and tagging your question on Stack Overflow at
> http://stackoverflow.com/questions/tagged/android
>
> To unsubscribe from this group, send email to
> android-beginners+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>
> To unsubscribe from this group, send email to 
> android-beginners+unsubscribegooglegroups.com or reply to this email with the 
> words "REMOVE ME" as the subject.
>



-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.

Please do not send me questions directly. Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe from this group, send email to 
android-beginners+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to