Android device specific errors

I am developing an Android application and run into problems during QA. The application behaves strangely under certain conditions only on certain specific devices.

For example, on HTC Hero, when I call Google Maps to display a specific location from my application, pressing BACK forces me to return to two screens instead of one. On every other device I tested on, it works great.

There are more problems like this that I encounter. Is there any database that has device related errors. I tried to walk, but no useful result. Any ideas?

+4
source share
3 answers

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

I would love to hear more of these stories and perhaps share some workarounds.

+2
source

I think the closest thing you will find is Here (official tracker for Android). A search that can help you when you come across these error errors.

With that said, I've heard a lot of scary stories about the HTC Sense user interface, which makes apps behave erratically (although I can't confirm this since I have never used HTC device).

+1
source

On HTC Mini One, if you create your own theme and try to change an ActionBarTabStyle based on an API call, you cannot ... LayerDrawable.setDrawableByLayerId refuses to work even on this phone (Sense 5.0)

0
source

Source: https://habr.com/ru/post/915930/


All Articles