在 Ubuntu 16.04 中安装 Android Studio 时出错 [重复]

Posted

技术标签:

【中文标题】在 Ubuntu 16.04 中安装 Android Studio 时出错 [重复]【英文标题】:Error while installing Android Studio in Ubuntu 16.04 [duplicate] 【发布时间】:2016-10-30 08:41:29 【问题描述】:

尝试在 Ubuntu 中安装 android Studio 时遇到以下错误。我该如何解决这个问题?我正在使用 jdk 1.8

【问题讨论】:

【参考方案1】:

如果您运行的是 64 位 Ubuntu,这将为您解决问题

  sudo yum install compat-libstdc++-296.i686 compat-libstdc++-33.i686 ncurses-libs.i686 compat-libstdc++-33.x86_64

sudo apt-get install compat-libstdc++-296.i686 compat-libstdc++-33.i686 ncurses-libs.i686 compat-libstdc++-33.x86_64

【讨论】:

【参考方案2】:

对于 UBUNTU 16.04 LTS,只需运行以下命令:

sudo apt-get install lib32stdc++6

然后重启Android Studio就可以了。

【讨论】:

以上是关于在 Ubuntu 16.04 中安装 Android Studio 时出错 [重复]的主要内容,如果未能解决你的问题,请参考以下文章

sh 在ubuntu 16.04中安装phabricator

如何在 Ubuntu 16.04 中安装 php-curl

如何在 Ubuntu 16.04 中安装 Charles Proxy 4

sh 在Ubuntu 16.04中安装opencv-2.4.13

Ubuntu 16.04中安装tftp

如何在 Ubuntu 16.04 上的 XAMPP 中安装较旧的 PHP 版本?