简体   繁体   中英

Android Studio neither Emulator not Real device working

I am facing this issue after recently updates of android studio neither real device nor emulator is working just a CMD popup appears for some milliseconds(Too quick to read). PS: I have already enabled USB debugging Completely reinstalled android studio and HAXM.

Here is the fix that worked for me

1st Close Android Studio

2nd Open CMD and write: taskkill /f /im adb.exe

3rd Download this file: http://dl-ssl.google.com/android/repository/platform-tools_r28.0.2-windows.zip

4th Go to

C:\Users[your-username]\AppData\Local\Android\Sdk

and replace the "platform-tools" folder with the new one that you just downloaded.

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