×
[QUICK TIP] Fixing adb devices ???????????? no permissions
Here is q quick fix for the error on Ubuntu or Windows when seeing this error ???????????? no permissions after you do the Adb Devices in the command line
1. sudo adb kill-server
2. sudo adb start-server
3. sudo adb devices
after applying the code you will now see that it has detected your device 🙂
![[QUICK TIP] Fixing adb devices ???????????? no permissions](https://pscxstudio.com/wp-content/themes/rehub-theme/images/default/noimage_70_70.png)
