ADB Android Device Unauthorized

后端 未结 30 1766
伪装坚强ぢ
伪装坚强ぢ 2020-11-22 14:36

Since I reinstalled Eclipse (simply deleted and downloaded it again) I can\'t debug my applications on Samsung Galaxy i9001 (with CyanogenMod - Android 4.4.2). It worked fin

30条回答
  •  庸人自扰
    2020-11-22 15:18

    If you are on ubuntu, try running the server as root:

    sudo adb kill-server
    
    sudo adb start-server
    
    

提交回复
热议问题