简体   繁体   中英

Unable to open run window in android studio

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

在此处输入图片说明

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM