Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于可以在 arm 设备上使用 Eclipse 运行 Ubuntu 12.10(将右臂内核编译到 ubuntu 中时)编译 android 项目也很容易。
现在有谁知道如何在 Ubuntu 12.10(Ubuntu 的 ARM 安装)下从 Eclipse 运行 android 模拟器?
如果您在开发机器上运行 64 位发行版,则需要使用 apt-get: 安装 ia32-libs 包:
打开终端并运行以下命令
apt-get install ia32-libs
http://developer.android.com/sdk/installing/index.html