仅在 Motorola Backflip 上打开时应用程序崩溃

发布于 2024-10-07 22:33:32 字数 367 浏览 0 评论 0原文

我最近在 Android Market 上发布了我的第二个应用程序。我收到了几封关于应用程序在打开时崩溃的电子邮件,并且所有用户都在使用摩托罗拉 Backflip。它似乎在所有其他设备上都能正常工作。该应用程序显示背景图像,但之后立即崩溃。 为该设备编码时我必须做一些不同的事情吗?

奇怪的是,它与我的第一个应用程序非常相似,这似乎对他们来说工作得很好。主要区别是我的第二个应用程序是付费应用程序,并且使用 Android 许可证验证。不过,我的实现应该可以捕获任何许可证错误,并且我已经在我的设备上对此进行了测试。

用户已卸载并重新安装该应用程序,但没有成功。我很困惑。 他们报告的另一件事是,该图标甚至无法正确显示,而是一个盒子里的齿轮,这让我认为在安装过程的早期阶段就出现了问题。

I have recently published my second app on the Android Market. I've gotten a few e-mails about the app crashing on open, and all users were using the Motorola Backflip. It seems to work fine on all other devices. The app shows the background image, but crashes right after that.
Is there something different I have to do when coding for that device?

The strange thing is that it is very similar to my first app, which seems to work just fine for them. The major difference is that my second app is a paid app, and uses Android Licence Verification. My implementation should catch any license errors though, and I've tested this on my device.

Users have uninstalled and reinstalled the app without success. I'm stumped.
The other thing they're reporting is that the icon doesn't even show properly, but rather is a gear in a box, which makes me think that something goes awry very early in the installation process.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

风蛊 2024-10-14 22:33:32

解决方案是让用户在手机上安装 aLogcat 来向我发送日志。

它与 onCreateDialog 有关。我返回了几个对话框,但其中一个实际上调用了 .show(),当然,这是不应该执行的。问题是,除了后空翻之外,这不会在任何手机上导致错误。模拟器也没有出错,甚至没有警告我。

The solution was to have a user install aLogcat on their phone to send me the log.

It had to do with onCreateDialog. I was returning several dialogs, but one of them actually called .show(), which it's not supposed to do, of course. The thing is that this didn't cause an error on any phones except for the Backflip. The emulators also didn't error, or even warn me about it.

拥抱我好吗 2024-10-14 22:33:32

我有一个摩托罗拉后空翻,我可以说这不是一个好产品......它会因为很多事情而崩溃......别担心,你的应用程序没有错,手机错了......

I have a motorola backflip and i can say that is not a good product....it's crashing for a lot of things....don't worry, your app is not wrong, the phone is wrong...

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