android - No package lib32z1,lib32ncurses5,lib32stdc++6 available in centos -
during installing android studio in centos unable run mksdcard sdk tool. error occure. try find out solution on net unable install
yum install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6
and error no package available.also have updated yum. please if there solution it.
the below commands helps me on centos-7
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*
Comments
Post a Comment