machinateur / android-chrome-tab-transfer

A tool to transfer google chrome tabs from your android phone to your computer using `adb`.
MIT License
91 stars 10 forks source link

On what IDE can I run all the commands you mentioned in the readme file? #23

Closed dluigi closed 8 months ago

dluigi commented 1 year ago

On what IDE can I run all the commands you mentioned in the readme file?

dluigi commented 1 year ago

Why am I getting this error: https://prnt.sc/3y7n1Tw8QuYS

machinateur commented 1 year ago

This is the message displayed, when the android debug bridge (adb) is not installed in a way, that is detectable for the program.

If you've already installed these debug tools on your system, the directory is probably not yet listed on the %PATH% environment variable.

That's important, as the tool will call it as an shell/cmd command, which is only possible if the executable can be found in any directory path listed on said variable.

But in general, the tool does not require a specific IDE to run, in fact no IDE at all. Only PHP and adb are hard dependencies, as well as composer, which is the package manager used to install the required PHP libraries.

machinateur commented 8 months ago

I'll close this, due to inactivity.