linux下沒法鏈接Android手機問題

  問題描述:???????????? no permissionsandroid

  在Linux下連Android手機是不須要驅動的,但有些手機能夠直接連上,而又寫卻出現上述問題,即無權限。debug

  解決辦法:ip

  

1.Setting ownership of the adb binary (owner – root, owner group - user_group):get

chown root:user_group adbit

2.Setting permissions with SUID:io

chmod 4550 adb權限

 

參考自:http://stackoverflow.com/questions/14460656/android-debug-bridge-adb-device-no-permissionsbug

相關文章
相關標籤/搜索