安卓webview组件加载网页字符串出错

UnsupportedOperationException: For security reasons, WebView is not allowed in privileged processes,当app数字签名之后,webview.loadData加载字符串出错,实在找不到办法解决啊

权限问题,你的webview运行在特权进程中?
http://stackoverflow.com/questions/29228183/java-lang-unsupportedoperationexception-for-security-reasons-webview-is-not-al

安卓如何使用WebView组件加载HTML代码
安卓如何使用WebView组件加载HTML代码
安卓webview系列(基础)——如何用webview加载网页