Android 应用程序在移动设备上崩溃,但在 Eclipse 上运行!
我正在开发一个 Android 应用程序,它使用 sqlite 来存储一些数据。它由两张表组成,一张保存用户名和密码,另一张保存 10 个整数。 在 eclipse 上它工作得很好,但是当我想在第二个表中写入时,它在我的手机上崩溃了。有什么办法可以找出它在我的手机上崩溃的原因吗?我用 Eclipse 上的调试器运行它,但没有任何错误。
I am developing an android app that uses sqlite to store some data. It consists of two tables, one that holds a username and password and another that holds 10 integers.
On eclipse it works perfectly but on my mobile phone crashes when I want to write in the second table. Is there any way to find why it crashes on my mobile? I ran it with the debugger on eclipse but there wasn't any errors.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果问题是:
然后阅读此。
If the question is:
Then read this.