I recently upgraded my 64-bit ubuntu 13.10 to 14.04 64-bit. Android Studio always worked well on 13.10.
In 14.04, I had a problem with gradle ( this ), which was a problem with the lack of libz.so.1. Following this link , I had to install a 32-bit version of this package, and this fixed my problem.
Now (I thought it was connected), when I try to start the device emulator, I have this message:
ERROR: 32-bit binaries for Android emulator for Linux, DEPRECATED, to use them you will need to perform at least one of the following: - Use the "-force-32bit" parameter when calling the "emulator". - Set ANDROID_EMULATOR_FORCE_32BIT to "true" in your environment. Any of them will allow you to use 32-bit binaries, but please, that they will disappear in a future release of the Android SDK. Consider upgrading to a 64-bit Linux system before this happens.
But my system is 64-bit (and by the way, the -force-32bit trick doesn't work).
Strange, I removed the 32-bit package that I installed and nothing changed (the problem with gradle did not display again, and the problem with the emulator is still here).
What should I do?
thanks
source share