Android 应用程序在移动设备上崩溃,但在 Eclipse 上运行!

发布于 2024-11-24 19:11:28 字数 176 浏览 1 评论 0原文

我正在开发一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千柳 2024-12-01 19:11:28

如果问题是:

如何在手机上调试 Android 应用程序?

然后阅读

If the question is:

How can I debug my Android application on a phone?

Then read this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文