Search code examples
androidadb

android ADB is not found


I'm trying to running an android application on my device, but, I have a lot of problems since I began the installation ...

I've installed the Android SDK Tools on Windows 7, which is located in C:\Users\xxx\AppData\Local\Android\android-sdk

I've created the ANDROID_HOME variable which is the same directory, and add into the PATH "C:\Users\xxx\AppData\Local\Android\android-sdk\platform-tools; C:\Users\xxx\AppData\Local\Android\android-sdk\tools;"

But when restarted the command line, when checking for "adb", it says that the command is unknown. So I can launch adb with the exe files, but when doing a "adb devices", no devices are detected. And, there is two tablet actually plugged (samsung nexus 10 and samsung galaxy tab SM-T310)

I checked for this too : https://plus.google.com/103583939320326217147/posts/BQ5iYJEaaEH but it doesn't work too.

But, on chrome, if I navigate to chrome://inspect/#devices, I see my device.

Can anyone help me ?!

Thanks a lot


Solution

  • For Samsung devices need specifics Drivers.

    Download Samsung driver: Driver Samsung

    and create enviroments vars ->

    ANDROID_HOME=C:\Users\xxx\AppData\Local\Android\android-sdk

    Path= allyourtpath;%ANDROID_HOME%;%ANDROID_HOME%\platform-tools