1

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:-

enter image description here

Community
  • 1
  • 1
Ravindra Kushwaha
  • 7,846
  • 14
  • 53
  • 103

1 Answers1

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
Shree Krishna
  • 8,474
  • 6
  • 40
  • 68
  • 1
    Thanks bro.. i will check it, and soon will inform you.. :) – Ravindra Kushwaha Mar 11 '16 at 05:53
  • 1
    And didn't you install yum using `sudo apt-get install yum` ? – Shree Krishna Mar 11 '16 at 06:13
  • I have deleted the comment, because i came to that it can be install by the sudo apt-get install yum ...anyways thanks a lot...i m checking it..give u soon reply – Ravindra Kushwaha Mar 11 '16 at 06:15
  • So sad, are those package installed ? – Shree Krishna Mar 11 '16 at 07:16
  • 1
    Yes bro..I have installed first yump and than after yum ***"install glibc.i686 glibc-devel.i686 libstdc++.i686 zlib-devel.i686 ncurses-devel.i686 libX11-devel.i686 libXrender.i686 libXrandr.i686"**** ......... And it installed successfully ..But did not work bro..Any thanks, If u get the another better solution than plz let me know..For yours effort i marking +1 bro.... :) Plz let me know if you get the proper solution – Ravindra Kushwaha Mar 11 '16 at 07:18