Honor 50 is the first Honor phone that is separated from Huawei and is not supported by Hi Suite. Hence, android studio can't detect it as a development device.
how to get around this?
CodePudding user response:
The chipset is Qualcomm SM7325 / Snapdragon 778G 5G, therefore I'd assume ...
that the device should become known after installing the "Qualcomm USB driver".
CodePudding user response:
What operating system is your Honor 50? Can you see the device using the adb devices
command?
You could also try to use Cloud Debugging of AppGallery Connect to see whether it could solve the problem of device identification failure.
Furthermore, this answer might help.