mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
[GH-ISSUE #250] How to point to ADB #252
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#252
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nusilveira on GitHub (Jun 1, 2023).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/250
Originally assigned to: @kics223w1 on GitHub.
How do I tell to the Proxyman app where adb.exe is install so I can use the "Automatic Script for Android Emulator" functionality?
It seems that the app can't figure out that ADB is already installed
info:
Windows 10
Android Studio 2022.2.1 Patch 1
Sys Env Variable ADB: C:\users\username\AppData\Local\Android\Sdk\Platform-tools (this is the standard location of ADB)
@NghiaTranUIT commented on GitHub (Jun 1, 2023):
Hey, what Error you get when using "Automatic Script for Android Emulator"?
Currently, Proxyman automatically detects the
adbcommand@nusilveira commented on GitHub (Jun 1, 2023):
When I click "Override Emulator " I get a popup


@NghiaTranUIT commented on GitHub (Jun 1, 2023):
Thanks. We will fix it in the next releases 👍
@kics223w1 commented on GitHub (Jun 1, 2023):
adb.exeis installed or not, I think it's not working properly now. I'll fix it 👍🏻@nusilveira commented on GitHub (Jun 1, 2023):
I've just restarted my laptop but it didn't work, unfortunatly.
@kics223w1 commented on GitHub (Jun 1, 2023):
Okay, we will fix it in the next releases.
@nusilveira commented on GitHub (Jun 1, 2023):
I don't know if it helps but when running the script manually, the path to adb is missing from bash $PATH

(I added manually)
@kics223w1 commented on GitHub (Jun 1, 2023):
adb.exeis installed or not when runningAutomatic Script for Android Emulator