Android Studio does not seem to need 32 bit libraries when running in a 64 bit JVM. I checked by downloading the ZIP and running bin/studio.sh without having any 32 bit libraries installed. Everything seems to be working fine.
(In reply to Diogo Pereira from comment #0) > Android Studio does not seem to need 32 bit libraries when running in a 64 > bit JVM. I checked by downloading the ZIP and running bin/studio.sh without > having any 32 bit libraries installed. Everything seems to be working fine. There is more to it than that. There are several native binaries too which are mixed 64bit/32bit. And also the binaries that are downloaded in the SDK. It looks like the newest set of platform-tools and build-tools (24.0.2) are finally mostly 64bit. mksdcard is still a 32bit binary but it does not need any of the X libs so I am going to drop the deps anyway. Fixed in dev-util/android-studio-2.1.3.0.143.3101438