问题
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 did not get the proper solution, following are the links which i have visited, please help me to short out these problem..Thanks
1st Link , 2nd Link , 3rd Link
And below is the screen shot of my Android Studio, please look at it:-
回答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
来源:https://stackoverflow.com/questions/35932909/errorjava-io-ioexception-error-13-permission-denied-android-studio