Simplify all your android emulator related tasks that require command executions in one place.
You can download the latest release of the tool here.
src/
main.py # App entry point
aet_manager_app.py # Tkinter UI
adb_controller.py # ADB command/state logic
theme.py # UI color theme constants
updater.py # Release update logic
version.py # APP_VERSION (example: v0.0.1)
aetmanager.bat # Convenience launcher
- Handle network connections of the emulator
- Configure the density (dpi) of the connected device
- File transferring/sharing
- View and filter the emulator logs
- Switch between multiple emulators (upcoming feature)
- Start/re-start/reset emulator device (upcoming feature)
Prerequisites:
- Windows, Linux, or MacOS (installer only supports Windows. Additional configuration may required for other operating systems).
- Python and ADB in PATH (the installer for Windows will try to automatically install Python if no installation is found).
From repository root:
cd src
python main.pyOr run:
src\aetmanagerTo install the tool on your computer, you can use the install-windows.bat script, which is under the root folder. This will add the program to PATH. Therefore, after, you can simply use the aetmanager command in the command prompt to open the tool at any time.
install-windowsThe tool is capable of auto-updating itself as soon as a new update is available. If you need to uninstall the tool in any case, you can use the uninstall-windows.bat script.
uninstall-windowsIf you have any questions or issues, don't hesitate to contact us at contact@chnsoftwaredevelopers.com or raise an issue here.