Open In App

How to Resolve When ADB Devices Shows Unauthorized Device?

In this article, we see an error that occurs on the ADB tool while connecting the laptop/pc with android. Android Debug Bridge is used for the connect pc with the android device and using ADB we can control the android device using our pc. For more information about Android Debug Bridge follow this article. These Unauthorized Device error are solved by the below methods. We are going to cover 4 different approaches to resolving the issue.

Method 1

 

Method 2

 

Method 3

 

 



Method 4

For Linux operating system follow the below steps. Run the following command in the terminal on the operating system.

Step 1: 



$ mv ~/.android/adbkey ~/.android/adbkey.old

Step 2:

$ mv ~/.android/adbkey.pub ~/.android/adbkey.pub.old

Step 3:

$ adb kill-server

Step 4:

$ adb start-server
Article Tags :