0

trying to open the run window (with click on button or shift+F10 ) but not getting any response.

enter image description here

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

2 Answers2

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:

  1. adb kill-server
  2. 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