Android Studio 64位错误:不推荐使用32位Linux Android仿真器二进制文件 [英] Android Studio 64-bit ERROR: 32-bit Linux Android emulator binaries are DEPRECATED

查看:110
本文介绍了Android Studio 64位错误:不推荐使用32位Linux Android仿真器二进制文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近将ubuntu 13.10 64位升级到了14.04 64位。 Android Studio在13.10上始终运行良好。

I recently upgraded my ubuntu 13.10 64-bit to 14.04 64-bit. Android Studio always worked well on 13.10.

在14.04上,我遇到了gradle问题(这一个),这是缺少libz.so.1的问题。在此链接之后,我必须安装32位

On 14.04 I had a problem with gradle (this one), which was a problem with missing libz.so.1. Following this link, I had to install the 32-bit version of this package, and it fixed my problem.

现在(我认为是相关的),当尝试启动设备模拟器时,我收到此消息: p>

Now (I thought it was related), when trying to launch a device emulator, I have this message :


错误:已弃用32位Linux Android仿真器二进制文件,要使用
,您必须至少执行以下一项操作:
-调用模拟器时使用 -force-32bit选项。
-在您的环境中将ANDROID_EMULATOR_FORCE_32BIT设置为 true。任何一种都将允许您使用32位二进制文​​件,但是请
注意,这些二进制文件将在以后的Android SDK版本中消失。
考虑在此之前迁移到64位Linux系统。

ERROR: 32-bit Linux Android emulator binaries are DEPRECATED, to use them you will have to do at least one of the following: - Use the '-force-32bit' option when invoking 'emulator'. - Set ANDROID_EMULATOR_FORCE_32BIT to 'true' in your environment. Either one will allow you to use the 32-bit binaries, but please be aware that these will disappear in a future Android SDK release. Consider moving to a 64-bit Linux system before that happens.

但是我的系统是64位的(并且 -force-32bit 把戏不起作用的方式)。

But my system is 64-bit (and by the way -force-32bit trick doesn't work).

奇怪的是,我删除了32位软件包我安装了,什么也没改变(我的gradle问题没有再出现,并且模拟器问题仍然存在)。

Strangely, I removed the 32-bit package I installed, and nothing changed (my gradle problem didn't show up again and my emulator problem is still here).

我该怎么办?

谢谢

推荐答案

昨天,更新Ubuntu后,我遇到了同样的问题。今天,它已在新更新中修复。只需更新您的Ubuntu,并在更新后运行模拟器即可。

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.

更新后的当前内核版本为: 3.13.0-61-generic

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

这篇关于Android Studio 64位错误:不推荐使用32位Linux Android仿真器二进制文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆