Skip to content Skip to sidebar Skip to footer

Error:java.io.ioexception: Error=13, Permission Denied Android Studio

Whenever i am creating the new project in the Android Studio , it gives me the same problem. Error:java.io.IOException: error=13, Permission I have searched a lot about it but di

Solution 1:

I am not very familiar with Unix OS but as discussed, If your system is a 64bit, then you have to install the 32bit runtime libraries.

And you can install that using this command line in the Terminal

yum install glibc.i686 glibc-devel.i686 libstdc++.i686 zlib-devel.i686 ncurses-devel.i686 libX11-devel.i686 libXrender.i686 libXrandr.i686

Post a Comment for "Error:java.io.ioexception: Error=13, Permission Denied Android Studio"