We've found a crash on a particular device that happens inside some of the standard Java libraries. This crash only happens on one particular model of device. I'm sure there are other curious oddities for various Android devices.
Is there a compilation of known issues for Android devices someplace? I'm thinking in particular about oddities in the supplied libraries and JVM type stuff.
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.
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.
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.