【发布时间】:2020-07-18 16:56:18
【问题描述】:
我最近做了我的项目,工作正常,最近我收到以下错误:
Installation failed due to: 'closed'
知道如何解决这个问题吗?
如果需要任何额外的信息,我很乐意提供。
【问题讨论】:
标签: java android installation
我最近做了我的项目,工作正常,最近我收到以下错误:
Installation failed due to: 'closed'
知道如何解决这个问题吗?
如果需要任何额外的信息,我很乐意提供。
【问题讨论】:
标签: java android installation
仔细阅读你的错误,上面写着Installation failed due to: 'closed',关闭了什么?在安装 Application 之前,运行应用程序的设备已关闭。
现在有两种可能:
Physical Mobile Phone 上运行它,那么它可能是您的线插件中的问题Virtual Machine 上运行,请阅读此 Run apps on the Android Emulator 并重新安装您的 VM。另外阅读Configure hardware acceleration for the Android Emulator
【讨论】: