Android Studio doesn't recognize my device

前端 未结 21 822
南旧
南旧 2020-11-29 00:02

Here is the problem. I want to run my Android Studio apps on my device (Samsung Galaxy Ace 2). But nothing works for me. Tell me what I\'ve missed:

1) USB debugging

相关标签:
21条回答
  • 2020-11-29 00:54

    For me, I tried the above. Turns out my USB cable was bad. I changed the cable and then it worked.

    0 讨论(0)
  • 2020-11-29 00:56

    I had a big problem with my Samsung S10 Plus as it was not detecded by Android Studio on my Macbook even if I did all what is required to be detected, that is to say:

    1. Enable developer mode (7 taps on Build version in Android settings)
    2. Enable USB debugging

    What I did is to start "Android File Transfer" on my Macbook and the magic happened. A popup appeared on my device asking if I want to authorize an USB access to it. I clicked "Yes, always" and now Android Studio can detect my device on my Mac :)

    0 讨论(0)
  • 2020-11-29 00:56

    Change the connection method Build-In CD ROM it works for me

    0 讨论(0)
  • 2020-11-29 00:57

    In my case it was due to already running and hanged adb.exe on another user under my PC. I had two users on my PC, the second user had the adb.exe process hanged even when I tried to end the process. It worked with me after (End Process Tree) from the Task Manager.

    Hope this will help someone with multiple users :)

    Ahmad

    0 讨论(0)
  • 2020-11-29 00:58

    Try swapping the USB port the cable is plugged into.

    Sounds crazy but after 20 minutes of debugging this worked for me.

    0 讨论(0)
  • 2020-11-29 01:02

    On HTC mini one 2, besides enabling the Developer Options, the following worked for me:

    1. Go to More in Wireless & Networks
    2. Mobile Network Sharing
    3. In USB network setting
    4. Select Internet pass-through
    0 讨论(0)
提交回复
热议问题