Android keeps asking for adb permission

扶醉桌前 提交于 2020-01-06 01:30:33

问题


I have this weird issue, that whenever I connect my phone to my computer the computer will always ask for the phone's adb permission, even though I mark the "Always allow from this computer" option everytime it asks.

I tried the following things, but none of them worked:

  • Revoke USB debugging authorizations in dev options.
  • Invalidate chaches in Android Studio (though I doubt it's a problem with the IDE).
  • Reinstall the usb driver.
  • Try different cables.

It doesn't affect the development but it's really annoying that I have to authroize everytime I connect my phone.

It happens with both my phone and my tablet. It only happens on my desktop, it doesn't happen on my laptop. It also happens when Android Studio isn't even running. I tried 2 different cables and it happened with both of them.

So I highly suspect it's a problem with the driver or windows. But I have no idea where to start.

Any help would be appreciated.


回答1:


I had to down grade Platform-tools from 23.0.0 rc2 to 22.0.0



来源:https://stackoverflow.com/questions/30922838/android-keeps-asking-for-adb-permission

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!