emada emade,

Did you set up your devices and manifest properly? If you're unsure
look here:
http://developer.android.com/guide/developing/device.html

Chances are that you have a memory leak right at the start, that's
what happened to me when testing on actual devices. Do you initialize
any large objects when you start your activity? Do you load bitmaps
into memory?

Could be that you don't have permissions for something that your
application requires?

If all this fails, I'm gonna presume you work in Eclipse, can you show
us Log cat form ddms view?


Regards, Martin



On 23 apr., 16:12, subrat kumar panda <[email protected]>
wrote:
> 1st of all delete all the unused code which are commented, unread etc.
> debug your application in device.
> if you have any problem in other it may cause the whole app crashed in device.
> thanks.
>
>
>
> On Fri, Apr 23, 2010 at 8:21 AM, ~ TreKing <[email protected]> wrote:
> > On Thu, Apr 22, 2010 at 7:33 PM, emada.adame <[email protected]> wrote:
>
> >> How can i see whats going on?
>
> > Use your debugger ... maybe ... ?
>
> >> what could be going on?
>
> > Based on this VASTLY detailed post that provided so much information I can,
> > with 100% confidence, conclude that it's the gnomes.
> > -------------------------------------------------------------------------------------------------
> > TreKing - Chicago transit tracking app for Android-powered devices
> >http://sites.google.com/site/rezmobileapps/treking
>
> > --
> > 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
>
> --
> 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 
> athttp://groups.google.com/group/android-developers?hl=en

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

Reply via email to