在 Ubuntu 12.04 中从 Ubuntu SDK 安装 Ubuntu 模拟器

在 Ubuntu 12.04 中从 Ubuntu SDK 安装 Ubuntu 模拟器

我正在尝试在 Ubuntu 12.04 中安装 Ubuntu 模拟器

这些是我安装时所做的事情

  • 开始使用 Ubuntu SDK
  • 点击的设备
  • 选定的模拟器
  • 点击安装

但我无法正确安装它。我检查了日志,发现以下错误

Checking installed emulator package.
The package is not installed.
Detecting device..
* there is no device connected.
Install the emulator package on the system..
Reading package lists...
Building dependency tree...
Reading state information...

E: Unable to locate package android-emulator

但是我已经安装了 Eclipse,并且 Android 模拟器在那里运行正常。

答案1

尝试这个命令:

sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update
sudo apt-get install ubuntu-emulator

相关内容