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

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

【问题讨论】:

    标签: android ubuntu-16.04


    【解决方案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就可以了。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2016-12-08
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2017-05-12
        • 2018-11-10
        相关资源
        最近更新 更多