MasterDevX / Termux-ADB

Install ADB & FastBoot Tools in Termux!
1.7k stars 277 forks source link

Adb shell command not working #20

Closed JosiasAurel closed 4 years ago

JosiasAurel commented 4 years ago

When I open termux (after installing the repositories scripts and adb) and type

adb shell

I get this log and the terminal is back


* daemon not running. starting it now at tcp:5038 *
* daemon started successfully *
error: no devices/emulators found

Any advice ?

MasterDevX commented 4 years ago

Hey, you need to connect to your local device to work with ADB shell, see https://github.com/MasterDevX/Termux-ADB/issues/1 or https://github.com/MasterDevX/Termux-ADB/issues/7 for more info.