아래처럼 엉뚱한 에러메시지가 나오면서 64bit ubuntu 에서 안드로이드 에뮬 실행이 안될 때는 


Starting emulator for AVD 'AVD_for_Nexus_S_by_Google'Failed to start emulator: Cannot run program "...": java.io.IOException: error=2, No such file or directory



다음과 같이 해서 ia32-libs를 설치해보자.


# sudo apt-get install ia32-libs

+ Recent posts