我试图在Ubuntu12.04中安装Ubuntu模拟器
这些是我为安装所做的事情。
但我无法正确地安装它。我检查了日志,发现了以下错误
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仿真器在那里正常运行。
发布于 2014-06-05 08:56:18
尝试以下命令:
sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update
sudo apt-get install ubuntu-emulatorhttps://askubuntu.com/questions/419786
复制相似问题