Re: [android-developers] app crashes only on device

2010-04-23 Thread subrat kumar panda
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 wrote: > On Thu, Apr 22, 2010 at 7:33 PM, emada.adame wro

Re: [android-developers] app crashes only on device

2010-04-22 Thread ~ TreKing
On Thu, Apr 22, 2010 at 7:33 PM, emada.adame 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. ---

[android-developers] app crashes only on device

2010-04-22 Thread emada.adame
Hello all So i have a app that runs fine on the emulator but crashes (force close message as soon as i open the app) on every device i have tested it on. How can i see whats going on? what could be going on? Thank you. -EA -- You received this message because you are subscribed to the Google Gr

Re: [android-developers] app crashes only on device

2010-04-22 Thread Mark Murphy
emada.adame wrote: > Hello all > > So i have a app that runs fine on the emulator but crashes (force > close message as soon as i open the app) on every device i have tested > it on. How can i see whats going on? Use adb logcat, DDMS, or the DDMS perspective in Eclipse to view the Java stack trac

[android-developers] app crashes only on device

2010-04-22 Thread emada.adame
Hello all So i have a app that runs fine on the emulator but crashes (force close message as soon as i open the app) on every device i have tested it on. How can i see whats going on? what could be going on? Thank you. -EA -- You received this message because you are subscribed to the Google Gr