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

后端 未结 3 1919
广开言路
广开言路 2021-02-13 01:26

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

3条回答
  •  独厮守ぢ
    2021-02-13 01:57

    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.

提交回复
热议问题