Home > front end >  Android Studio connection to a physical device
Android Studio connection to a physical device

Time:03-16

I connect my phone Realme 6s (RMX2002) to my device and the USB debbuging is enabled . Android Studio recognised & connected but don't showing the app project in flutter like in the photo So, any suggestions to figure this out !

CodePudding user response:

I can't quite understand what you're asking here, but according to your photo, no device is selected to debug on.

My advice is to (save) =) and restart Android Studio. Make sure that the RSA fingerprint for your computer is accepted on the phone. Try restarting your phone and reconnecting. Double check that USB debugging is enabled.

I cannot tell what is really going on, it may be an issue with the ADB. Check your Event Log to make sure the ADB debug bridge started successfully. If you simply try to run your app on an emulator, issues of this kind will be promptly visible.

If you can ascertain that it is not an issue with ADB, Android Studio, or your phone, it is probably a driver issue with your computer, if you are on Windows. Try this link: https://www.thecustomdroid.com/oppo-realme-usb-drivers/ to install the USB drivers for your computer.

Cheers!

CodePudding user response:

You need to check your USB cable. They are in two types, one of which only supports phone charging.

  • Related