Android Studio doesn't recognize my device

前端 未结 21 823
南旧
南旧 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:45

    Solution for those working with Huawei phones - You will get this error when ADB interface is not installed. Check if you have installed Huawei HiSuite. USB driver gets installed when you install HiSuite (I suppose this is true for most of the new phones that come with a Sync Software). If the ADB interface is installed on your computer you should see 'Android Composite ADB Interface' under Android Phone in your Device Manager as shown in this picture.

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

    Click Revoke USB debugging authorization in Developer option and try it again.

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

    I have done numerous ways of handling that issue. Finally it has worked! I am using LG Optimus II, but I believe the following steps are generic to other Android devices as well.

    Step 1:

    Make sure your device is enabled for development. If yes, go to Step 2, otherwise go to Settings > About phone and tap Build number seven times which is magic number :-). Now Developer Options is available in the Settings.

    Step 2:

    Before you plug your device to PC, Go to Settings > Developer Options and select USB Connection method.

    Step 3:

    Plug the phone to the PC, you are given options for the USB Connection method, and please select Internet connection. Make sure you have connected to the Internet. By the way, I have changed MTP to PTP, it did not work for me. Therefore, I tried Internet connection mode, then it worked.

    Step 4:

    Run the app in the Android Studio, it will ask you to authorize the device for development, and select YES!.

    Step 5:

    Run the application via Android Studio and choose the device, not emulator, and BINGO! Welcome to Android development board.

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

    Although my computer could recognise my phone, I had to install the official drivers from the Samsung developer site to get adb/Android Studio to recognise it:

    Samsung Android USB Driver for Windows

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

    If you have Mi Device than you need to enable this two option after enabling Developer Mode.

    1. USB Debugging (Enable = True)
    2. Install via USB (Enable = True)

    See this screenshot.

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

    On Windows 7 , the only thing that worked for me is this. Go to Device Manager -> Under Android Phone -> Right Click and select 'enable'

    0 讨论(0)
提交回复
热议问题