我遇到了 Android 应用程序运行时错误的问题。我不知道为什么

发布于 2024-11-18 20:11:39 字数 548 浏览 4 评论 0原文

我最初将所有 px 大小更改为 dp 和 sp。然后我的应用程序停止工作。这是解释这一点的链接。

在Android应用程序中,我将所有px更改为dp和sp。现在不开放了。 出了什么问题?

我已将所有 dp 和 sp 更改回 px,所以现在它应该像以前一样工作,但它显示相同的错误消息,并且出现相同的问题。下面是调试器中的堆栈跟踪。任何人都可以帮助解决这个问题吗?

http://imageshack.us/photo/my-images/827/screenshot20110705at105 .png/

非常感谢。

I originally changed everything with a px size to dp and sp. Then my app stopped working. Here is the link explaining that.

In Android app,I changed all px to dp and sp. Now it is not opening. What is wrong?

I have changed all the dp and sp back to px so now it should be working as it did before but it is displaying the same error messages and the same problems occur. Below is the stack trace in the debugger. Can anyone help solve this problem?

http://imageshack.us/photo/my-images/827/screenshot20110705at105.png/

Thank you very much.

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

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

发布评论

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

评论(1

心碎无痕… 2024-11-25 20:11:39

您是否自动替换(即通过“查找并替换”)将所有 px 替换为 dp ?如果是这样,可能是您替换了某些 ID 中的 px 或其他内容。检查这是否是问题所在。

Did you replaced automatically, i.e. with "Find & Replace" all px with dp? If so, may be you replaced px in some ID or something. Check if that is the problem.

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