If you are directly installing Android Studio on Fedora or any other Linux system then while installing SDK it gives an error message :
Unable to run mksdcard SDK tool
This is one big bug and people can easily find its solution for ubuntu but for fedora you need to different libraries to install .
Just copy paste the command below in your terminal and this will solve your problem :
sudo dnf install compat-libstdc++-296 compat-libstdc++-33 glibc
libgcc nss-softokn-freebl libstdc++ ncurses-libs zlib-devel.i686 ncurses-devel.i686 ant
No comments:
Post a Comment