Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android studio Launching 'app' on No Devices - The app is unable to install

I ran my app few times on my physical device, and it wroked perfectly. Now i'm trying to run the app on virtual device. Not showing any issues in every time, but the app was not installed on the virtual device. I want to emphasize that it worked before I tried on the physical device. When i press the "Run" window, it shows a message: "Launching 'app' on No Devices".

Then i tried to delet all the virtual devices and set new devices. Still the same message. How can i fix it?

like image 882
Spider Pro Avatar asked Nov 10 '20 21:11

Spider Pro


2 Answers

I also faced this issue. I wiped out data from AVD manager and it is working fine after wiping out data.

enter image description here

like image 192
Abhishek Kumar Avatar answered Nov 04 '22 06:11

Abhishek Kumar


In my opinion, Android Studio has a problem in detecting virtual devices! check the AVD Manager window again, and also, check the module you want to run, then restart Android Studio.

like image 40
AMIR NYN Avatar answered Nov 04 '22 06:11

AMIR NYN