英文:
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论