Android Studio 64-bit ERROR: 32-bit Linux Android emulator binaries are DEPRECATED

前提是你 提交于 2019-11-30 15:50:37

Yesterday, I had the same problem after updating my Ubuntu. Today it is fixed in the new update. Just update your Ubuntu and run the emulator after the update. It should work.

Current kernel version after the update is: 3.13.0-61-generic

I'm also using Ubuntu 14.04, and apparently there is a bug with the new version of the kernel (3.13.0-59-generic), since I was working yesterday with the emulators and I didn't have any problems until today, when there was a kernel update.

I rebooted Ubuntu, this time choosing the previous version of the kernel (3.13.0-58-generic), and it works again.

I hope this helps.

PS: you can boot the previous versions of the kernel from the grub, on Advanced options for Ubuntu.

I have 64 bit Ubuntu with kernel 4.8.0-37 and I could not solve this problem until I explicitly launched the emulator64-x86 executable instead of just emulator that was launched by Android Studio by default.

The 3.13.0-59 kernel was causing the same problem for me after a recent update. I uninstalled it by running:

sudo apt-get purge linux-image-3.13.0-59-generic

When rebooting, grub will automatically use the previous version of the kernel. Note that this also removes the linux-image-generic package, preventing future automatic kernel updates.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!