Android Device Specific Bugs

2019-04-09 11:56发布

I am developing Android apps and running into issues during QA. The app behaves strangely under some condition only on some particular devices.

For ex, on a HTC Hero, when I invoke Google Maps to display a particular location from inside my app, pressing BACK makes it go back two screens instead of just one. On every other device I tested on, it works perfectly.

There are more issues like this one that I am coming across. Is there a database of sorts that has device specific bugs. Tried googling it, but no useful result. Any ideas?

3条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-04-09 12:13

HTC seem to be the bad boy. I cannot make a list, but I can help you:

I would be glad to hear more stories like that and maybe share some workarounds.

查看更多
祖国的老花朵
3楼-- · 2019-04-09 12:17

On HTC Mini One if your create custom theme and try to change the ActionBarTabStyle based on a API call you can't... LayerDrawable.setDrawableByLayerId refuses to work at least in this phone (Sense 5.0)

查看更多
Juvenile、少年°
4楼-- · 2019-04-09 12:30

I think the closest thing you'll find is Here (The official Android issue tracker). Searching that may help you when you come across these oddball bugs.

With that being said, I have heard MANY horror stories about HTCs Sense UI causing apps to behave erratically (although I can't confirm this, since I've never used an HTC device).

查看更多
登录 后发表回答