https://github.com/iamngoni/emulator
emulator stuff 😂
https://github.com/iamngoni/emulator
Last synced: 6 months ago
JSON representation
emulator stuff 😂
- Host: GitHub
- URL: https://github.com/iamngoni/emulator
- Owner: iamngoni
- Created: 2024-11-25T11:19:07.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-25T11:47:56.000Z (7 months ago)
- Last Synced: 2024-11-25T12:27:31.661Z (7 months ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# emulator
Seems to be working 😂
Quick way to create an Android Emulator without Android Studio and without trying to remember sdkmanager & avdmanager commands (not that it's hard)
## build the project
```bash
go build
```## run the build file
```bash
./emulator
```## issues
Well if you have any issues, feel free to fix the code and maybe (just maybe) create a PR 😂