Please refer on this official documentation
https://developer.android.com/studio/troubleshoot.html#linux-libraries
Shortly i put the snippets here
Linux libraries
If you are running Android Studio on a 64-bit Linux machine, you may need to install some specific libraries, as follows.
If you are running a 64-bit version of Ubuntu, you need to install some 32-bit libraries with the following command:
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 lib32bz2-1.0
If you are running 64-bit Fedora, the command is:
sudo yum install zlib.i686 ncurses-libs.i686 bzip2-libs.i686
Please note that those instructions can be obsolete someday, so it is better to follow / visit the official site to prevent unresolved problems