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
- Delete the folder "C:/Users/$Name/.android"
- Restart the adb server (
adb kill-server; adb start-server) - Next time you use adb to access the device, a popup will appear on device asking to allow to connect to adb server
All you need to do is install Samsung USB Drivers for Windows.
1