3

I really have no idea what else to do with this.
I did an update on my adb drivers in the Windows Device Manager (or at least it tells me there is no more current version available), as well as an update to the latest sdk version.
Also I installed the Google USB drivers in the sdk tools.
After none of every suggested steps seemed to work I reinstalled my entire Android Studio hoping this would fix my issues.
I have the most current version of java as well as activated developer and debugging mode on my phone.
I did restart both my phone and my PC.
So I really do not know why the heck I am still shown this message although having seemingly every requirement fulfilled...
Please help me...
I'm driving crazy on this :(

Marcel Thomas
  • 41
  • 1
  • 3
  • 1
    run "adb devices" and see is there a result. – navylover Nov 06 '18 at 12:09
  • Sorry but where do i "run" adb devices? – Marcel Thomas Nov 06 '18 at 12:17
  • adb is a command line tool, located in "C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools\" – navylover Nov 06 '18 at 12:22
  • in my case that was because of Platform-Tools. check my solution here : https://stackoverflow.com/questions/40022679/android-studio-no-target-device-found/71219257#:~:text=In%20my%20case%20that%20was%20because%20of%20Platform%2DTools.%20I%20updated%20that%20and%20solved.%20path%3A%20File%20%7C%20Settings%20%7C%20Appearance%20%26%20Behavior%20%7C%20System%20Settings%20%7C%20Android%20SDK%20%2D%3E%20Android%20SDK%20Platform%2DTools – Sadegh J Feb 22 '22 at 10:06

1 Answers1

3

Go to the device manufacturing company website and download corresponding device driver. And click Run--Edit Configuration menu and check options like below: enter image description here

navylover
  • 12,383
  • 5
  • 28
  • 41