Android的 - 信号11,RS CPP错误:模糊半径出0-25像素绑定 [英] Android - Signal 11, RS CPP error: Blur radius out of 0-25 pixel bound

查看:362
本文介绍了Android的 - 信号11,RS CPP错误:模糊半径出0-25像素绑定的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在升级我的应用程序在4.4.2设备上运行,我收到了错误

When upgrading my application to run on 4.4.2 devices I received the error

RS CPP error: Blur radius out of 0-25 pixel bound

伴随着一个信号11(原生code)错误:

accompanied by a Signal 11 (native code) error:

Fatal signal 11 (SIGSEGV) at 0x00000028 (code=1)

此问题的根本花了很长的时间来寻找,没有结果在谷歌或堆栈溢出,并用于任何用途没有透露任何东西模糊搜索我的code。

The root of this issue took me a long time to locate with no results on Google or stack overflow and a search of my code for any use of 'blur' not revealing anything.

推荐答案

最后,我还是设法追踪问题,这是在我的styles.xml - 在我使用的一个地方

Eventually I did manage to track the problem, which was in my styles.xml - in one place I used

<item name="android:shadowRadius">30</item>

这是一个风格的延伸安卓TextAppearance.Holo.Widget.TextView 。针对此问题的修补只是使用范围内的值错误规定,如:

on a style extending android:TextAppearance.Holo.Widget.TextView. The fix for this issue was just to use a value within the range stated in the error, e.g.

<item name="android:shadowRadius">25</item>

我希望这可以帮助别人了类似的问题,不必花费很长的时间定位的问题!

I hope this helps somebody else with a similar problem from having to spend a long time locating their issue!

这篇关于Android的 - 信号11,RS CPP错误:模糊半径出0-25像素绑定的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆