简体   繁体   中英

Error when installing latest Android SDK on Ubuntu 12.04 64bit

I'm on Ubuntu 12.04. I downloaded the android adt from http://developer.android.com/sdk/index.html :

在此处输入图片说明

Download the android-sdk_r21.1-linux.tgz 64-bit Linux distro and extract it:

在此处输入图片说明

Then run the Android SDK Manager directly from the command line:

在此处输入图片说明

Install Android Tools and the latest Android flavor:

在此处输入图片说明

Error! :

在此处输入图片说明

But ADB is there! I swear!:

在此处输入图片说明

And the emulator doesn't even start :

在此处输入图片说明

What is the cause of the ADB "Can't run program" error, and why can't I start the emulator?

Install the ia32-libs package through apt. The file not found is a bit misleading, but it's basically what happens if you try to run a 32-bit binary without 32-bit support.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM