Is there a compilation of device-specific bugs for Android devices?

有些话、适合烂在心里 提交于 2019-12-03 10:27:27

I am not aware if there is a indexed compilation available on the internet. At the moment, the best place to report/search device-specific bugs is probably still via Android Issues Tracker, of cause, as long as issues are found and reported by consumer developer. Actually the search function is not that bad once you are familiar with it.

HTC Specific Bugs

Samsung Specific Bugs

Device specific bug is a consequence of Android fragmentation, As an Android consumer developer, Our application usually deal with hundreds of different device models. Even the Android award top developer cannot 100% guarantee their application can run seamlessly on all devices. I would not concern too much if the bug is specific for minority device in the market. Nothing is perfect, face the facts.

this is also the problem of the android version, this problem will happen especially in ch, you know, there are a lot of shanzhai telephone. the base android system is changed again and again,as a developer,you can not handle this issue,do as much as you can do is the most important.

That must be difference of OS version. I also got such problem in my application. That application works fine on Desire HD. But crashes on Desire S or Wildfire S.

Then I came to know the version I am using in development was 3.0 or above. But the Desire S and wildfire S have 2.3. and application crashes on these devices.

To identify the problem debug your code in device directly then it will give you Log error.

Hope so this information is helpfull.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!