重新打包 Android 应用程序在 Blackberry Playbook 模拟器上的绘图问题
我正在尝试重新打包我为 Android 制作的一个小游戏,以便在 Blackberry Playbook 上使用。
我能够将其重新打包并部署到 vmware 上的 Blackberry Simulator,但模拟器上的重绘行为非常奇怪。例如,当事物重画时,我会出现很多闪烁。有时屏幕的一半会绘制,而另一半则不会。有时,屏幕的底部会消失,所有图像都会向上移动。
这似乎主要发生在我交换按钮图像或使用 ImageView 执行小动画等时。
还有其他人经历过吗?是模拟器的问题,还是Playbook上也会出现这个问题?知道如何修复吗?
I am trying to repackage a small game I made for Android to be used on the Blackberry Playbook.
I was able to repackage it and deploy to the Blackberry Simulator on vmware just fine, except the redrawing on the simulator just behaves very strangely. For example I get a lot of flickering when things redraw. And sometimes half the screen draws and the other half doesn't. Sometimes the bottom portion of the screen disappears and all the images get shifted up.
This mostly seems to happen when I'm swapping button images, or using ImageView to do little animations and such.
Has anyone else experienced this? Is it a simulator issue, or will it occur on the Playbook as well? Any idea how to fix?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可以确认我在模拟器上遇到了同样的闪烁问题,但我在 BlackBerry AppWorld 上发布了重新打包的 Android 应用程序,获得了促销 PlayBook,并且该应用程序在真实设备上运行良好。肯定是模拟器的问题。
I can confirm I have experienced the same flickering problems on the Simulator, but I published my repackaged Android app on the BlackBerry AppWorld, got the promotional PlayBook, and the app works fine on the real device. It is definitely the Simulator problem.