zjn0505/adb-alfred

Please config adb_path in workflow settings

Closed this issue · 2 comments

Hi

I just installed it and I see Please config adb_path in workflow settings, what does it mean?

Hi, thank you for trying this workflow and providing feedback.

It means this workflow needs to know where adb is in your computer, this is the most important prerequisite for its features.

I've attached my config screenshot for 1.2.0 version.

screenshot_2018-12-30_22-00-39

I'm providing the following environment variables to enable this workflow to execute commands.

  • adb_path for commands like adb devices, adb -s emulator-5554 install

  • aapt_path for commands like aapt dump badging chrome.apk

  • emulator_path for commands like emulator -list-avds

I added a section of Configurations in the readme file.