Error:java.io.IOException: error=13, Permission denied android studio

橙三吉。 提交于 2019-12-11 11:21:49

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!