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

And below is the screen shot of my Android Studio, please look at it:-

Vun4q.png

解决方案

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

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐