Skip to content

Fix ./adb not found error in linux#41

Open
binilbp wants to merge 2 commits into
darusc:masterfrom
binilbp:fix-linux-adb-call
Open

Fix ./adb not found error in linux#41
binilbp wants to merge 2 commits into
darusc:masterfrom
binilbp:fix-linux-adb-call

Conversation

@binilbp

@binilbp binilbp commented Apr 29, 2026

Copy link
Copy Markdown

Fix Adb call

previously adb command was called using "./adb ..." , but adb is only installed as a system package in linux this caused the ./adb not found error when launching the server. fix: remove just the "./"

Redundant Line in release.sh

release.sh file also tried to copy adb folder contents to install location, but adb folder is not present, hence the line was removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant