Android 使用ImageView控件时候出错

08-10 10:08:42.701 21576-21612/com.example.uiwidgettest E/libEGL: load_driver(/system/lib/egl/libGLES_emulation.so): dlopen failed: library "/system/lib/egl/libGLES_emulation.so" not found 这是什么问题啊 新手求解释~

/system/lib/egl/libGLES_emulation.so 是个类库,你的虚拟机缺少这个类库。

看看这个:https://stackoverflow.com/questions/36396150/emulator-stops-at-the-boot-interface-when-running-helloworld-programhttps://stackoverflow.com/questions/36396150/emulator-stops-at-the-boot-interface-when-running-helloworld-program

缺少 libGLES_emulation.so 文件

或者是地方没找对 /system/lib/egl/libGLES_emulation.so 这个路径肯定是不对的,,windows至少得有个盘符。

虚拟机上的话,,这个路径合适
八成是虚拟的问题,,缺少 这个文件,,,,换个虚拟机试试

这个标题,,怎么可能是imageView导致的了??你的这个是so文件缺失,要不就是你现在的so没有你新加的功能版本太旧了,要不就是没找到