简体   繁体   English

格式化的Android手机中的应用程序崩溃

[英]Application Crashes in formatted Android Phones

I am facing awkward problem. 我面临着尴尬的问题。

Android Mobile Users who has formatted their handsets are not able to run my application. 格式化手机的Android移动用户无法运行我的应用程序。

In rest of Android Mobiles the application is running just fine. 在其他Android Mobiles中,该应用程序运行良好。

Can anyone enlighten me what could be the possible reason and how can i over come such a problem. 任何人都可以启发我,可能是什么原因,以及如何解决这个问题。

Thanks & Regards 感谢和问候

Krishna V. Mahadik 克里希纳诉马哈迪克

Your application is referring to some data that is stored on data partition or SD card. 您的应用程序引用的是存储在数据分区或SD卡上的某些数据。

So after factory reset or SDCard formation, the data is gone but you did not handle such exception. 因此,在恢复出厂设置或形成SDCard之后,数据消失了,但您没有处理此类异常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM