Saturday, August 6, 2011

Android SDK, 64-bit linux & ia32-libs


Android SDK on a 64-bit linux machine


When installing Android SDK on Eclipse Indigo on Linux Mint 11 Katya amd64, appears an error 
of shared libraries : 

[2011-08-06 22:29:50 - SDK Manager] Created AVD 'a1' based on Android 1.5, ARM (armeabi) processor
[2011-08-06 22:36:34 - LocalPassport] /opt/android-sdk-linux_x86/platform-tools/aapt: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory


The available SDK downloads seem to be just for 32-bit versions of Linux; 
Is it possible to develop using the Android SDK on a 64-bit linux machine.



The solution is :


apt-get install ia32-libs
apt-get install sun-java6-jdk

No comments:

Post a Comment