Device driver API match error

僤鯓⒐⒋嵵緔 提交于 2019-12-06 17:02:46

问题


I've installed cyanogenmod on my galaxy 3. When developing in Eclipse, most apps seem to work okay. However, I've written an app that needs to access the gallery and every time I try to access it the app crashes with this at log cat:

02-03 19:05:42.054: D/libEGL(10279): loaded /system/lib/egl/libEGL_mali.so

02-03 19:05:42.059: D/libEGL(10279): loaded /system/lib/egl/libGLESv1_CM_mali.so

02-03 19:05:42.059: D/libEGL(10279): loaded /system/lib/egl/libGLESv2_mali.so

02-03 19:05:42.064: E/(10279): Device driver API match

02-03 19:05:42.064: E/(10279): Device driver API version: 23

02-03 19:05:42.064: E/(10279): User space API version: 23 

02-03 19:05:42.064: E/(10279): mali: REVISION=Linux-r3p2-01rel3 BUILD_DATE=Wed Oct  9         
21:05:57 KST 2013 

Any idea how I can fix it? Thanks!


回答1:


In CyanogenMod go to setting->apps->select your apps and give permission. In CyanogenMod you need to give permission even if you given in Android Manifest. May me this is an one of the reason



来源:https://stackoverflow.com/questions/21533466/device-driver-api-match-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!