Home > Software design >  I can not add physical device to Android studio
I can not add physical device to Android studio

Time:02-25

Physical device option is not shown

i'm trying to connect my device but there is no option appear

CodePudding user response:

Please enable developer option in your device.

Step to enable developer option.

  1. Open Setting app in device.
  2. Search "Build number" & tap until message come "You are developer now".
  3. Move back to Setting & search "Developer options" & tap on it.
  4. In Developer option make toggle ON & also make "USB debugging" ON.

That's it!!

CodePudding user response:

check if android sdk is installed on your system. You need to enable debugging in your phone settings (Android) After , connect your phone via USB to your machine. you will be asked to give access, you validate on your phone.

  • Related