目前情况是这样的.小米6.0和锤子6.0的手机运行没事..别的也没去测试.现在华为6.0的机子.运行就闪退.报错也没看懂.希望大牛们帮看下.支出问题的所在.
12-02 14:24:53.792: E/linker(3184): readlink('/proc/self/fd/21') failed: Permission denied [fd=21]
12-02 14:24:53.792: E/linker(3184): warning: unable to get realpath for the library "/system/lib/hw/gralloc.hi3635.so". Will use given name.
12-02 14:24:53.795: E/linker(3184): readlink('/proc/self/fd/10') failed: Permission denied [fd=10]
12-02 14:24:53.795: E/linker(3184): warning: unable to get realpath for the library "libion.so". Will use given name.
12-02 14:24:53.797: E/HAL(3184): load: id=gralloc != hmi->id=gralloc
12-02 14:24:54.502: E/WifiConfigStore(3450): updateConfiguration freq=5785 BSSID=e6:6a:ba:00:76:d4 RSSI=-51 "Keytec_Guest"WPA_PSK
12-02 14:24:54.521: E/linker(3398): readlink('/proc/self/fd/21') failed: Permission denied [fd=21]
12-02 14:24:54.521: E/linker(3398): warning: unable to get realpath for the library "/system/lib/hw/gralloc.hi3635.so". Will use given name.
12-02 14:24:54.522: E/linker(3398): readlink('/proc/self/fd/21') failed: Permission denied [fd=21]
12-02 14:24:54.522: E/linker(3398): warning: unable to get realpath for the library "libion.so". Will use given name.
12-02 14:24:54.525: E/HAL(3398): load: id=gralloc != hmi->id=gralloc
12-02 14:24:54.659: E/KeepAlive(13465): 94633/keep alive timeout

解决方案 »

  1.   

    .so加载失败了,你这个.so是在什么位置?
      

  2.   

    这个so文件,,我代码里面是没有的.都不清楚这个so文件是干什么用的
      

  3.   

    这个so文件,,我代码里面是没有的.都不清楚这个so文件是干什么用的
      

  4.   

    我看是华为的一个什么.so,你的lib库里是不是没有对应当前处理器的.so文件啊,做兼容性的问题,是哪个第三方查下
      

  5.   

    Android 版本定制的太多了 坑死人    如果有so看一下CPU架构  
      

  6.   

    楼主解决了吗?我也是遇到这个问题了
    04-19 14:59:31.345 8081-8096/? E/linker: readlink('/proc/self/fd/24') failed: Permission denied [fd=24]
    04-19 14:59:31.345 8081-8096/? E/linker: warning: unable to get realpath for the library "/system/lib64/hw/gralloc.hi3650.so". Will use given name.
      

  7.   

    这是不是权限问题  android 6.0申请权限和以前的不一样了
      

  8.   

    华为手机需要在   设置->应用管理->你的app应用   里手动开各项权限,比如存储、录音权限,不然会闪退