trying to open the run window (with click on button or shift+F10 ) but not getting any response.
Asked
Active
Viewed 248 times
0

Paresh Mayani
- 127,700
- 71
- 241
- 295

Pooja Singal
- 13
- 2
-
It automatically appears when you run any configuration from run window. – Jeel Vankhede Aug 28 '19 at 05:55
-
please send a screen shot of maniface file – Raju Tukadiya Aug 28 '19 at 06:26
2 Answers
0
I assume you are saying you are not getting devices in the list. And with this assumption, I would say it's due to adb
issues.
Try killing and restarting adb:
- adb kill-server
- adb start-server
Above command will kill the adb
services and then start it again.

Paresh Mayani
- 127,700
- 71
- 241
- 295
-
Sdk\platform-tools> adb kill-server 'adb' is not recognized as an internal or external command, operable program or batch file. – Pooja Singal Aug 28 '19 at 06:30
-
Looks like your Android studio is not properly setup with needed tools. can you share screenshots of your sdk manager? – Paresh Mayani Aug 28 '19 at 07:02
0
Android Studio makes a lot of files as caches and does not delete them. This can cause trouble when there is a need to make new files, so clearing caches will clear the old cache and make Android Studio faster. Go to File --> and click invalidate catches/restart

Suyog Dorlikar
- 88
- 7