Device driver API match error

2019-04-18 06:24发布

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条回答
Fickle 薄情
2楼-- · 2019-04-18 07:00

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

查看更多
登录 后发表回答