While installing android studio on ubuntu, I am getting error
could not run mksdcard SDK tool
I found out that I need to install lib32stdc++6. But executing
sudo apt-get install lib32stdc++6
is giving following error:
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package lib32stdc++6 E: Couldn't find any package by regex 'lib32stdc++6'
I want to know that how do we install a 32 bit library on a 64 bit OS. Thanks :D