Hello, I started developing for Android. I decided to use my Meizu m2 mini device for debugging. But I ran into the problem that Android Studio doesn’t see my device when connected. I was looking for many ways to fix this problem.

1) Go to Settings> for Developers> Debug Mode;
2) Install pdaNet on the computer and on the device. It was displayed in the device manager as Android phones, but trying to use the command with cmd adb devices did not display the connection, and, therefore, Andoid Studio did not display the connection.
3) Also installed Google USB in SKD manager, but it also did not help.
4) I tried to download adb drivers for my smartphone, but when I tried to update the drivers through the device manager and when I select the downloaded driver folder, a message like "Sorry, but no drivers were detected" was displayed.

Also on the official site https://developer.android.com/studio/run/oem-usb.html#InstallingDriver there are no Meizu devices, which alarmed me.

Please tell me how you can solve this problem. thank

Solved the problem, changed the connection mode to the computer to "Connected as a camera (PTP)"

0