Re: [android-developers] GMaps launching problem

2011-04-28 Thread TreKing
On Thu, Apr 28, 2011 at 1:44 AM, kaushik p  wrote:

> But my application crashes each time i click the button . Please help me
> solve this problem


Please debug your application. Or at least post a stacktrace of the error if
you expect anyone to do anything more than guess at what your problem is.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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

[android-developers] GMaps launching problem

2011-04-27 Thread kaushik p
on click of a button i am launching googlemaps , on which the current
location of the user is present . But my application crashes each time i
click the button . Please help me solve this problem


public void launchmaps() {
Intent i = new Intent(this,com.kaushik.android.ShowMap.class);
Toast.makeText(getBaseContext(), "loading of  map under process...
 ",
Toast.LENGTH_SHORT).show();
startActivity(i);
}
-- 
Thanks&Regards
Kaushik Pendurthi

http://kaushikpendurthi.blogspot.com/

-- 
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