维基百科不显示图标

发布于 2024-11-04 11:11:31 字数 227 浏览 5 评论 0原文

我在 Android 上使用 Wikitude 时遇到问题,POI 相关的图标未显示,我有市场但没有图标。我这样设置图标:

poi1.setIconresource("com.mitcom.wigo:drawable/icon_48x48");

其中 icon_48x48 是资源。 奇怪的是,我能够在开发模式下显示图标,当我将应用程序投放市场时,我遇到了这个问题。 谢谢

I have a problem with Wikitude on Android, the icons related at the POI are not shown, I have the market but without the icon. I set the icon in this way:

poi1.setIconresource("com.mitcom.wigo:drawable/icon_48x48");

where icon_48x48 is the resource.
The strange thing is that I was able to show the icon in dev mode, when I put the app on the market I faced this problem.
Thanks

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

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

发布评论

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

评论(1

不…忘初心 2024-11-11 11:11:31

您是否尝试过 setIconResorce(getResources().getResourceName(R.drawable.icon_48x48));

我认为它会解决您的问题。

have you tried it with setIconResorce(getResources().getResourceName(R.drawable.icon_48x48));

I think it will solve your problem.

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