【发布时间】:2016-03-20 05:29:00
【问题描述】:
使用 25rc1 的 SDK 工具时,我在从 $PATH 启动模拟器时遇到问题
➜ ~ which emulator
/home/ligi/bin/android-sdk/tools/emulator
➜ ~ emulator @M
Could not launch './qemu/linux-x86_64/qemu-system-i386': No such file or directory
➜ ~ /home/ligi/bin/android-sdk/tools/emulator @M
console on port 5554, ADB on port 5555
有人知道解决方法吗?我之前可以编写一个脚本来启动模拟器和 cd 在工具中,但也许有更好的解决方案。
【问题讨论】:
-
你正面临版本号中
rc的后果... -
... 我会建议 to fill the bug report, 编写脚本并忘记这一点(除非您在下一个“RC”版本中遇到同样的错误)
-
我认为有时在提交问题之前咨询 stackoverflow 是一种很好的方式
-
我宁愿说另一个是这个的副本 - 看看日期;-)
标签: android android-emulator avd