uniapp glory view 7 tablet series usb debugging real machine debugging can not find the device solution

 Recently, when using uniapp for Android development, I found that the Honor view 7 tablet I purchased couldn’t find a big device even with real machine debugging. Hbuild couldn’t find the device, but ordinary mobile phone connections could recognize the device. The phenomenon is as follows:
insert image description here

 The solution was found after a final search.
Step 1:
  Open the tablet settings, find "About Tablet" at the bottom, and click the version number repeatedly until you enter the developer mode.
insert image description here

Step 2:
  Also in the tablet settings, open "System and Update", click to enter "Developer Options".
insert image description here

Step 3:
  At this time, make sure that the tablet is connected to the computer stably, and then find "select usb configuration" in the developer options, and then select "audio source".
insert image description here

Step 4:
  Find "USB Debugging" in "Developer Options" and enable it. After enabling it, several confirmation boxes will pop up on the tablet, just click OK.
insert image description here

Finally:
  After clicking to re-search the device in Hbuild, the tablet device can be found, and then the program can be debugged.

Guess you like

Origin blog.csdn.net/weixin_38611617/article/details/129074718