Android import bug

i have got this error while i run the programme in android studio:

E/libEGL: error opening cache file /data/data/com.artoon.blackjack/cache/com.android.opengl.shaders_cache: Permission denied (13)
07-25 17:05:50.547 24415-24442/? A/libc: Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 24442 (Thread-7532)
07-25 17:05:52.746 659-754/? E/NativeCrashListener: Exception dealing with report
libcore.io.ErrnoException: read failed: EAGAIN (Try again)
at libcore.io.Posix.readBytes(Native Method)
at libcore.io.Posix.read(Posix.java:128)
at libcore.io.BlockGuardOs.read(BlockGuardOs.java:149)
at com.android.server.am.NativeCrashListener.consumeNativeCrashData(NativeCrashListener.java:240)
at com.android.server.am.NativeCrashListener.run(NativeCrashListener.java:138)