Skip to content

CHN-Software-Developers/AETManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AETManager

(A)ndroid (E)mulator (T)asks Manager

Simplify all your android emulator related tasks that require command executions in one place.

Download

You can download the latest release of the tool here.

Project Structure

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

Features

  • 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)

Run Locally

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.py

Or run:

src\aetmanager

Install (Windows)

To 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-windows

Tool updates or uninstallation (Windows)

The 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-windows

Issues

If you have any questions or issues, don't hesitate to contact us at contact@chnsoftwaredevelopers.com or raise an issue here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors