Ubuntu 16.04 上是否可以安裝 32 位元函式庫以進行 Android 開發?

Ubuntu 16.04 上是否可以安裝 32 位元函式庫以進行 Android 開發?

我已經安裝了 Ubuntu 16.04,但我陷入困境,因為該發行版無法安裝 32 位元庫sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6

我的輸出是

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

    The following packages have unmet dependencies:
     lib32stdc++6 : Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.2) but 5.4.0-6ubuntu1~16.04.1 is to be installed
                    Depends: lib32gcc1 (>= 1:4.2) but it is not installable
                    Depends: libc6-i386 (>= 2.18) but it is not installable
    E: Unable to correct problems, you have held broken packages.

有沒有辦法解決這個問題,或者我應該恢復到 15.04?

相關內容