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
- Host: GitHub
- URL: https://github.com/maguowei/aaas
- Owner: maguowei
- License: mit
- Created: 2020-03-16T15:03:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T12:34:57.000Z (about 4 years ago)
- Last Synced: 2025-02-28T14:46:51.704Z (over 1 year ago)
- Topics: aaas, android-as-a-service, android-docker, android-emulator, android4docker
- Size: 17.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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