简体   繁体   English

是否有针对Android设备的设备特定错误的汇编?

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

We've found a crash on a particular device that happens inside some of the standard Java libraries. 我们发现在某些标准Java库中发生的特定设备崩溃。 This crash only happens on one particular model of device. 此崩溃仅发生在一个特定型号的设备上。 I'm sure there are other curious oddities for various Android devices. 我相信各种Android设备还有其他奇怪的怪异。

Is there a compilation of known issues for Android devices someplace? 某些地方是否有针对Android设备的已知问题的汇编? I'm thinking in particular about oddities in the supplied libraries and JVM type stuff. 我特别想到提供的库和JVM类型的东西。

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. 目前,只要消费者开发人员发现并报告问题,报告/搜索设备特定错误的最佳位置可能仍然是通过Android问题跟踪器 Actually the search function is not that bad once you are familiar with it. 实际上,一旦熟悉它,搜索功能就不那么糟糕了。

HTC Specific Bugs HTC特定错误

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. 设备特定错误是Android碎片的结果,作为Android消费者开发者,我们的应用程序通常处理数百种不同的设备模型。 Even the Android award top developer cannot 100% guarantee their application can run seamlessly on all devices. 即使是Android奖项的顶级开发者也无法100%保证他们的应用程序可以在所有设备上无缝运行。 I would not concern too much if the bug is specific for minority device in the market. 如果这个bug专门针对市场上的少数民族设备,我不会太在意。 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. 这也是android版本的问题,这个问题尤其会发生在ch,你知道,有很多山寨电话。 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. 基础android系统一次又一次地改变,作为开发人员,你无法处理这个问题,做你能做的最重要的事情。

That must be difference of OS version. 这必须是操作系统版本的差异。 I also got such problem in my application. 我的申请也遇到了这样的问题。 That application works fine on Desire HD. 该应用程序在Desire HD上运行良好。 But crashes on Desire S or Wildfire S. 但是在Desire S或Wildfire S上崩溃了。

Then I came to know the version I am using in development was 3.0 or above. 然后我才知道我在开发中使用的版本是3.0或更高版本。 But the Desire S and wildfire S have 2.3. 但欲望S和野火S有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. 要确定问题直接调试设备中的代码,它会给你Log错误。

Hope so this information is helpfull. 希望所以这些信息是有用的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM