An open API service indexing awesome lists of open source software.

https://github.com/maguowei/aaas

Android as a service
https://github.com/maguowei/aaas

aaas android-as-a-service android-docker android-emulator android4docker

Last synced: about 1 year ago
JSON representation

Android as a service

Awesome Lists containing this project

README

          

# aaas

Android as a service

```bash
# run Android emulator
$ docker run --name q-google-x86 -d --device /dev/kvm -p 8554:8554 -p 5555:5555 android4docker/q-google-x86:30.0.0

# find device
$ adb kill-server
$ adb devices

# install uiautomator2
$ pipenv install uiautomator2
$ pipenv shell
$ uiautomator2 init

# open browser: :7912
```

## Ref

- [google/android-emulator-container-scripts](https://github.com/google/android-emulator-container-scripts)
- [ReDroid](https://github.com/remote-android/redroid-doc)
- [uiautomator2](https://github.com/openatx/uiautomator2) Android Uiautomator2 Python Wrapper