Permission Denied Opening ligEGL shader cache file
Asked Answered
T

1

19

As I mention in the title, my app built successful but show a blank screen and quit after a few second when I run it on device (SS GLX Tab3 Intel). And the logcat showed error opening cache file /data/data/com.abc.testapp/cache/com.android.opengl.shaders_cache: Permission denied (13) with libEGL tag.

Does anyone know what this means and how to fix it?

Any helps would be appreciated Thanks

Tritium answered 15/1, 2015 at 8:40 Comment(5)
I got the same question. any one know how to solve it ?Pallid
Me also same problem.Intelsat
I got this error, too. I was searching about this error and found some stuffs, maybe this error is occurring by the elevation (shadow) drawn by Android on some devices. I think, that's the reason, but I'm not sure. Please test and post the result.Vacuity
did anyone get the answer?Knotgrass
Did anyone have the solution?Moyna
D
1

I am not sure if it works by adding this to your manifest:

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE”/>

You do not have the permission to open the cache file. You can also try to give your app manualy the permission to read files: APP info>Permissions>Storage

Dilatometer answered 16/5, 2019 at 13:13 Comment(1)
Have you found a solution to your problem?Dilatometer

© 2022 - 2024 — McMap. All rights reserved.