[android-developers] GMaps launching problem

2011-04-28 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);

Re: [android-developers] GMaps launching problem

2011-04-28 Thread TreKing
On Thu, Apr 28, 2011 at 1:44 AM, kaushik p kaushiks...@gmail.com 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