如何在Android Studio中创建一个可工作的模拟器

huangapple go评论88阅读模式
英文:

How do I create a working emulator in AndroidStudio

问题

我尝试在模拟器(虚拟机)中运行我的项目,但出现了错误。
这是我第一次在模拟器中运行。

12:37 模拟器:警告:意外的系统镜像功能字符串,模拟器可能无法正常运行,请尝试更新模拟器。

12:37 模拟器:意外的功能列表:Mac80211hwsimUserspaceManaged MultiDisplay Vulkan VulkanIgnoredHandles VulkanNullOptionalStrings YUVCache

12:38 使用命令 cmd package install-commit 979912577 提交安装会话 979912577 失败。错误:未知错误:cmd: 服务包调用失败:管道损坏(32)

12:38 会话 'app':安装APK时出错

12:38 模拟器:进程以退出代码 0 完成。

英文:

I've tried to run my project in the emulator (virtual) but an error occurred.
It's my first run in the emulator.

12:37	Emulator: WARNING: unexpected system image feature string, emulator might not function correctly, please try updating the emulator.

12:37	Emulator: Unexpected feature list: Mac80211hwsimUserspaceManaged MultiDisplay Vulkan VulkanIgnoredHandles VulkanNullOptionalStrings YUVCache

12:38	Failed to commit install session 979912577 with command cmd package install-commit 979912577. Error: Unknown failure: cmd: Failure calling service package: Broken pipe (32)

12:38	Session 'app': Error Installing APKs

12:38	Emulator: Process finished with exit code 0

答案1

得分: 1

也许问题在于你的模拟器没有更新,请更新它。

英文:

Maybe problem is that your emulator isn't updated, update it.

答案2

得分: 0

更新所有内容都正常工作

英文:

Updating everything works fine

huangapple
  • 本文由 发表于 2020年5月2日 17:52:11
  • 转载请务必保留本文链接:https://go.coder-hub.com/61557404.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定