简体   繁体   中英

Android Emulator for Ubuntu 12.10 (Arm installation)?

Since it is possible to run Ubuntu 12.10 with Eclipse on an arm device (when compiling the right arm kernel into ubuntu) Compiling android projects is also easily possible.

Now does anyone know how to accomplish to run an android emulator out of Eclipse under Ubuntu 12.10 (ARM installation of Ubuntu)?

If you are running a 64-bit distribution on your development machine, you need to install the ia32-libs package using apt-get::

Open a terminal and run the below command

apt-get install ia32-libs

http://developer.android.com/sdk/installing/index.html

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