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
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With