Android Studio AVD 未启动帮助

Android Studio AVD 未启动帮助

我正在使用 Android Studio 做一个学校项目,但似乎无法启动我的 AVD。我使用的是学校的 32 位 Linux 计算机。

当我尝试启动 AVD 时遇到此错误。

无法在模拟器中启动 AVD。

输出:

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.

我尝试进入运行配置并将 -force-32bit- 命令添加到附加命令行选项中,也尝试打开 gedit.profile 并添加导出ANDROID_EMULATOR_FORCE_32BIT=true但它仍然给我上述相同的错误。

我无法切换到 64 位计算机,而且我对该程序还不太熟悉,因此任何帮助都将不胜感激。谢谢。

答案1

您可能还没有重新加载您的配置文件。更改只有在重新加载后才会生效(例如,重新启动、重启终端)。

尝试仅为命令设置环境变量。转到终端并输入:( ANDROID_EMULATOR_FORCE_32BIT=true avd
或命令的名称。)

相关内容