Android Studio Does Not Recognize Actual Features [Closed]

Asked 2 years ago, Updated 2 years ago, 37 views

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.

Closed 6 years ago.

6 years ago

Earlier, the Android Studio suddenly stopped recognizing the actual machine.
Until now, it has been connected...

I couldn't change the USB cable, but if you know anything, please let me know.

android

2022-09-30 18:21

1 Answers

1, Restart your Android device
2, "adb server-kill" and "adb server-start"
Why don't you react to these two?

In this case, the question is

  • ADB (terminal side, Android Studio side)
  • Android terminal side is no longer debug ON (sometimes settings are rewritten by internal operation)
  • Two USB cables
  • Drivers (in Win environments)
  • Ports are physically damaged
  • AndroidStudio ADB Integration Settings Off (Additional)

I wonder if it is.

Note:

  • How to verify and configure ADB integration for Android Studio

Verify that "Tools->Android->Enable ADB Integration" is checked on the Android Studio menu.If it is not checked, please click on the menu.
After that, select the connected device from the pulldown in Android Monitor at the bottom of Android Studio and you will see the log.


2022-09-30 18:21

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.