mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #115] Support Android Emulator and Android device Debugger #113
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#113
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 @NghiaTranUIT on GitHub (Apr 12, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/115
Originally assigned to: @NghiaTranUIT on GitHub.
🐶 Brief
It's time to support Android Emulator and Android device debugging 😄
👑 Criteria
@NghiaTranUIT commented on GitHub (Jun 17, 2019):
On progress now 🚧
@NghiaTranUIT commented on GitHub (Jun 18, 2019):
All done
🤯 Changelogs
@yauheniprakapenka commented on GitHub (May 30, 2020):
Is it possible to use android emulator to intercept traffic from applications?
@NghiaTranUIT commented on GitHub (May 31, 2020):
@yauheniprakapenka Sorry for the late reply. Yes, it's possible to use Proxyman to intercept Android apps from Emulator. I tested and work well with Android Studio Emulator and Blue Stack.
You can a Doc at https://docs.proxyman.io/debug-devices/android-device
@vjpr commented on GitHub (Apr 30, 2021):
@NghiaTranUIT How did you change the wifi proxy settings on Bluestacks?Nevermind, found it here.
Also needed to install root cert following these instructions.
@NghiaTranUIT commented on GitHub (Apr 30, 2021):
It's tricky to install and trust the certificate on Blue Stack Emulator
@vjpr commented on GitHub (Apr 30, 2021):
I actually couldn't get it working in the end. Seems like they have locked things down more.
@NghiaTranUIT commented on GitHub (Apr 30, 2021):
@vjpr I highly recommend using Android Emulators from Android Studio, then you can run an automatic script to do it.
Doc: https://docs.proxyman.io/debug-devices/android-device/automatic-script-for-android-emulator
P/S: It uses
adbCLI 😄@vjpr commented on GitHub (Apr 30, 2021):
Would this work for thirty-party apps?
@NghiaTranUIT commented on GitHub (Apr 30, 2021):
This automatic script would help you to override the HTTP Proxy, download, install and trust the certificate with 1 click.
You have to config two following files in order to see the HTTPS Content from your app:
If you are not able to access the source code of the third-party app, you couldn't do it, unfortunately.