ia32-libs broken package (Ubuntu 12.04 x64)
I have the latest Android SDK installed on Ubuntu 12.04 x64 I am having almost an identical problem as Problems with Eclipse and Android SDK. The Eclipse ADT plugin is not working for me, and its Android window shows
error while loading shared libraries: libz.so.1: cannot open shared object file: No such file
when I create a new Android project. I then attempted
sudo apt-get install ia32-libs
but the commands fails and returns
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:
ia32-libs : Depends: ia32-libs-multiarch
E: Unable to correct problems, you have held broken packages.
Up until now, I followed this answer which worked for the 32-bit adb, and this may have affected how Ubuntu is handling ia-32-libs. What must be done to correctly install the necessary libraries to get all the 32-bit Android tools to run correctly?
I have the latest Android SDK installed on Ubuntu 12.04 x64 I am having almost an identical problem as Problems with Eclipse and Android SDK. The Eclipse ADT plugin is not working for me, and its Android window shows
error while loading shared libraries: libz.so.1: cannot open shared object file: No such file
when I create a new Android project. I then attempted
sudo apt-get install ia32-libs
but the commands fails and returns
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:
ia32-libs : Depends: ia32-libs-multiarch
E: Unable to correct problems, you have held broken packages.
Up until now, I followed this answer which worked for the 32-bit adb, and this may have affected how Ubuntu is handling ia-32-libs. What must be done to correctly install the necessary libraries to get all the 32-bit Android tools to run correctly?
No comments:
Post a Comment