I uninstall my old android studio and delete folders from the previous installation. Then, I install the new version of android studio. But, I am having the same issue as the one on Android adb devices unauthorized

Basically, the phone will not display a message which asked me to confirm.

I found the adbkey.pub and adbkey under C:/Users/$Name/.android are missing. Did anyone know how to regenerate them?

Thanks,

2 Answers

  1. Delete the folder "C:/Users/$Name/.android"
  2. Restart the adb server (adb kill-server; adb start-server)
  3. Next time you use adb to access the device, a popup will appear on device asking to allow to connect to adb server
5

All you need to do is install Samsung USB Drivers for Windows.

Here's the link :

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy