linux - Ubuntu android studio installation error -


i using 64 bit operating system(ubuntu 15.04) , new in linux platform.

when try install android studio got error "unable run mksdcard sdk tool".

i try 1 , not work:

sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 

can u me?

you need install lib32stdc++6. try following command:

  • sudo apt-get install lib32stdc++6

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -