Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Unfortunately myapp stopped

 
Ranch Hand
Posts: 250
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I have developed an application which is working fine on 5-6 mobile device and tablet i have tested. But it gives error unfortunately myapp stopped on my client's device. Their device is a wifi only tab . I am not getting the reason why its not working there. Is it because of compatibility problem? Searched a lot on google but not getting any specific solution. If someone knows the reason and solution of this error, please help me to fix it.
Thanks in advance.
 
Rancher
Posts: 43075
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If an app is forcibly stopped there will be an exception in the logcat output. Get that exception, and you're on your way to solving the problem.
 
Astha Sharma
Ranch Hand
Posts: 250
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Ulf Dittmer for replying. But if there is an uncaught exception in my app, it should be everywhere not only in one device. And how can i tell my client to give me logs as it doesn't crashes on my side.
 
Ulf Dittmer
Rancher
Posts: 43075
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

But if there is an uncaught exception in my app, it should be everywhere not only in one device.


You would hope so. but in practice that turns out not to be the case. If the app crashes there *will* be something in the logcat.

And how can i tell my client to give me logs as it doesn't crashes on my side.


Talk to him/her? Or, if the app is distributed via the Google Play Store, you would find it in your developer account there.
 
Astha Sharma
Ranch Hand
Posts: 250
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Ulf Dittmer. I'll check it with him.
 
Everybody's invited. Except this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic