'Couldn't adb reverse: device 'adb' not found

I'm trying to run my React Native application on Genymotion but, I keep getting this warning:

Couldn't adb reverse: device 'adb' not found

I've just installed Windows 11. Solved the same problem once when I was using Windows 10 but now, can't remember how. Could anybody help me please?

I tried to add the adb's path to Environment Variables but, it didn't work out.



Solution 1:[1]

This worked for me:

  • I put my android sdk files in this path (it's important to locate them in C): C:\Users\myUserName\AppData\Local\Android\Sdk.

  • I searched for "Edit the system environment variables" on my windows

  • On "Advanced" topic, I clicked on "Environment Variables..."

  • Then I clicked on "New" under "System variables" in "Environment Variables" and added my ADB directory to it:

Variable name: Path

Variable value: C:\Users\hosei\AppData\Local\Android\Sdk\platform-tools

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Hossein Keshtkar