ADB-Restart
ADB-Restart
in ,

LOVELOVE

How to quickly restart adb.exe

Step (1)

Add this (or where ever is your “platform-tools” folder located ) path to environment variables path.

C:\Users\mm-admin\AppData\Local\Android\sdk\platform-tools

Step (2)

Open cmd and run these commands :

adb kill-server && adb start-server

and press enter.

Summery

This will kill existing broken server running if any, then re-start with the default port assigned.

This will help you to install apk in device if you are struggling to install apk.

I use this often while installing apk by running “ionic cordova run android” as this sometimes freezes and do not installs apk properly.

Hope this will help you. 🙂

Check out other awesome blogs.

Author Profile

PREM KUMAR
PREM KUMAR
Hey Its..! Tech Lover , Ionic, Angular, Typescript, Dotnet Core, Node, Like Opencv, AI, ML, Robotics, Iot, Love Music, Cooking, Girls, Innovation

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

What do you think?

406 Points
Upvote Downvote
Tuning advisors

How to use SQL Access Advisor?

Ionic 4 Project

Ionic 5 and Ionic 4 Project does not have config.xml [Solved]