{"id":18879587,"url":"https://github.com/statickidz/avd-manager-ui","last_synced_at":"2025-08-20T11:19:09.446Z","repository":{"id":37213733,"uuid":"170412694","full_name":"statickidz/avd-manager-ui","owner":"statickidz","description":"Android Studio AVD emulators UI 📱","archived":false,"fork":false,"pushed_at":"2022-12-15T23:33:43.000Z","size":21187,"stargazers_count":33,"open_issues_count":21,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T07:51:10.437Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/statickidz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["statickidz"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-02-13T00:25:48.000Z","updated_at":"2025-01-20T13:59:47.000Z","dependencies_parsed_at":"2023-01-29T05:15:51.533Z","dependency_job_id":null,"html_url":"https://github.com/statickidz/avd-manager-ui","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2Favd-manager-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2Favd-manager-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2Favd-manager-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2Favd-manager-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statickidz","download_url":"https://codeload.github.com/statickidz/avd-manager-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248943524,"owners_count":21186980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T06:37:49.886Z","updated_at":"2025-04-14T19:23:34.060Z","avatar_url":"https://github.com/statickidz.png","language":"JavaScript","funding_links":["https://github.com/sponsors/statickidz"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"resources/screenshot.png?raw=true\"\u003e\n\nAVD Manager UI allows you to run Android Studio emulators externally.\n\n\u003c/p\u003e\n\nThis app is the work of a afternoon that I decided to switch from Genymotion to official Android Studio emulators for my React Native projects.\n\nBuild with \u003ca href=\"http://electron.atom.io/\"\u003eElectron\u003c/a\u003e, \u003ca href=\"https://facebook.github.io/react/\"\u003eReact\u003c/a\u003e, \u003ca href=\"https://github.com/reactjs/redux\"\u003eRedux\u003c/a\u003e, \u003ca href=\"https://github.com/reactjs/react-router\"\u003eReact Router\u003c/a\u003e, \u003ca href=\"http://webpack.github.io/docs/\"\u003eWebpack\u003c/a\u003e and \u003ca href=\"https://github.com/gaearon/react-hot-loader\"\u003eReact Hot Loader\u003c/a\u003e using \u003ca href=\"https://github.com/electron-react-boilerplate\"\u003eElectron React Boilerplate\u003c/a\u003e for rapid application development (HMR).\n\n\u003cdiv align=\"center\"\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://forthebadge.com/images/badges/built-with-love.svg\" /\u003e\n\u003cimg src=\"https://forthebadge.com/images/badges/made-with-javascript.svg\" /\u003e\n\u003cimg src=\"https://forthebadge.com/images/badges/for-you.svg\" /\u003e\n\u003c/div\u003e\n\n\u003chr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Build Status][travis-image]][travis-url]\n[![Appveyor Build Status][appveyor-image]][appveyor-url]\n[![Dependency Status][david_img]][david_site]\n[![DevDependency Status][david_img_dev]][david_site_dev]\n[![Github Tag][github-tag-image]][github-tag-url]\n\n\u003c/div\u003e\n\n## Download\n\n**Download the latest version [here](https://github.com/statickidz/avd-manager-ui/releases/latest)**.\n\n## Platforms tested\n\n- [x] Windows 10 x64\n- [x] Mac OSX\n- [x] Linux\n\n## Install \u0026 Run\n\nFirst, clone the repo via git and install the depencencies with yarn:\n\n```bash\n$ git clone https://github.com/statickidz/avd-manager-ui.git\n$ cd avd-manager-ui\n$ yarn\n```\n\nStart the app in the `dev` environment. This starts the renderer process in [**hot-module-replacement**](https://webpack.js.org/guides/hmr-react/) mode and starts a webpack dev server that sends hot updates to the renderer process:\n\n```bash\n$ yarn dev\n```\n\nIf you don't need autofocus when your files was changed, then run `dev` with env `START_MINIMIZED=true`:\n\n```bash\n$ START_MINIMIZED=true yarn dev\n```\n\n## Packaging\n\nTo package apps for the local platform:\n\n```bash\n$ yarn package\n```\n\nTo package apps for all platforms:\n\nFirst, refer to the [Multi Platform Build docs](https://www.electron.build/multi-platform-build) for dependencies.\n\nThen,\n\n```bash\n$ yarn package-all\n```\n\nTo package apps with options:\n\n```bash\n$ yarn package --[option]\n```\n\nTo run End-to-End Test\n\n```bash\n$ yarn build-e2e\n$ yarn test-e2e\n\n# Running e2e tests in a minimized window\n$ START_MINIMIZED=true yarn build-e2e\n$ yarn test-e2e\n```\n\n:bulb: You can debug your production build with devtools by simply setting the `DEBUG_PROD` env variable:\n\n```bash\nDEBUG_PROD=true yarn package\n```\n\n## TODO\n\n- [x] Display emulator\n- [x] Run emulators\n- [x] Test in linux and adapt it\n- [ ] Checker for ANDROID_HOME env variable\n- [ ] Display emulator details\n- [ ] Add app icon\n- [ ] Releases tab\n- [ ] Create emulators basic\n\n## Maintainers\n\n- [Adrián Barrio](https://github.com/statickidz)\n\n## Collaborators\n\n- [Jobs Gate](https://github.com/jobs-git)\n\n## License\n\nMIT © [AVD Manager UI](https://github.com/statickidz/avd-manager-ui)\n\n[npm-image]: https://img.shields.io/npm/v/electron-react-boilerplate.svg?style=flat-square\n[github-tag-image]: https://img.shields.io/github/tag/statickidz/avd-manager-ui.svg\n[github-tag-url]: https://github.com/statickidz/avd-manager-ui/releases/latest\n[travis-image]: https://travis-ci.com/statickidz/avd-manager-ui.svg?branch=master\n[travis-url]: https://travis-ci.com/statickidz/avd-manager-ui\n[appveyor-image]: https://ci.appveyor.com/api/projects/status/github/statickidz/avd-manager-ui?svg=true\n[appveyor-url]: https://ci.appveyor.com/project/statickidz/avd-manager-ui/branch/master\n[david_img]: https://img.shields.io/david/statickidz/avd-manager-ui.svg\n[david_site]: https://david-dm.org/statickidz/avd-manager-ui\n[david_img_dev]: https://david-dm.org/statickidz/avd-manager-ui/dev-status.svg\n[david_site_dev]: https://david-dm.org/statickidz/avd-manager-ui?type=dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatickidz%2Favd-manager-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatickidz%2Favd-manager-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatickidz%2Favd-manager-ui/lists"}