Please config adb_path in workflow settings
danielgomezrico opened this issue · 2 comments
danielgomezrico commented
Hi
I just installed it and I see Please config adb_path in workflow settings
, what does it mean?
zjn0505 commented
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.
I'm providing the following environment variables to enable this workflow to execute commands.
-
adb_path
for commands likeadb devices
,adb -s emulator-5554 install
-
aapt_path
for commands likeaapt dump badging chrome.apk
-
emulator_path
for commands likeemulator -list-avds
zjn0505 commented
I added a section of Configurations in the readme file.