Skip to content
Advertisement

Android Studio not giving error on install of App on Vm

I recently made my project, worked fine and the recently I’ve been getting the following error:

Installation failed due to: 'closed'

Any idea on how do I go about fixing this ?

If any extra info is needed I’ll be glad to provide.

Advertisement

Answer

Read your error carefully, it says Installation failed due to: 'closed', closed what? the device on which you are running your application has been closed before the installation of your Application. Now there are two possibilities:

  1. If you are running it on Physical Mobile Phone then its might be a problem in your wire plugins
  2. Or if running on Virtual Machine then Read this Run apps on the Android Emulator and reinstall your VM.

and Also read this Configure hardware acceleration for the Android Emulator

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement