Можно ли установить 32-битные библиотеки в Ubuntu 16.04 для разработки под Android?

Можно ли установить 32-битные библиотеки в Ubuntu 16.04 для разработки под 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?

Связанный контент