During installing android studio in centos the Unable to run mksdcard SDK tool. error occure. I try to find out the solution on net but unable to install
yum install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6
and the error is no package available.Also i have updated the yum. So please if there is any solution for it.
The below commands helps for me on centos-7
For lib32stdc++6
sudo yum install libstdc++*
For lib32z1
sudo yum install zlib*
For 32 bit system compiling sudo yum install zlib.i686
For lib32ncurses5
sudo yum install libncurses*