You can very likely ignore the first dialog. The emulator can run very
slowly and will often complain about things not responding, especially
when you first start it. Like the keyboard. The second dialog is the
one you want to investigate using logcat.

Since you're using maps and working from sample code, I'm going to
make a guess that you haven't created your own map API key. You will
need to have your own personal key before a map app will work. This
page can help you get one if you need one:

http://code.google.com/android/maps-api-signup.html

- dave
http://www.androidbook.com/proandroid3

On Jun 29, 7:51 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine
> LogCat and look at the stack trace associated with each dialog you
> describe.
>
>
>
>
>
> On Wed, Jun 29, 2011 at 8:45 AM, Ayyaz <engr.ay...@gmail.com> wrote:
> > Dear group members,
>
> > I am a newcomer to this domain. I am trying to create a Activity that
> > can view and navigate a map as explained in the following site:
>
> >http://developer.android.com/guide/tutorials/views/hello-mapview.html
>
> > So I implemented the code in first part which is used to crate an
> > activity that can view and navigate map. But as soon as I launch run.
> > The emulator gets started, my apk is installed but then I have 2
> > errors which are being displayed by message boxes inside the emulator:
>
> > 1) Message no. 1 is "Android keyboard (in process
> > com.android.inputmethod.latin) is not responding". Below this message
> > there are 2 options one is Wait and second is Force Quit.
>
> > 2) Message no.2 is "The application Google Test (process
> > com.example.and_google) has stopped unexpectedly. Please try again".
> > Below this message the button is Force Quit.
>
> > The built target of my project is Google APIs level 7.
>
> > Waiting for your urgent replies
>
> > Ayyaz
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> _The Busy Coder's Guide to *Advanced* Android Development_ Version
> 1.9.9 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to