Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sys1yagi/avd-peco
Launch android emulator from console.
https://github.com/sys1yagi/avd-peco
Last synced: 14 days ago
JSON representation
Launch android emulator from console.
- Host: GitHub
- URL: https://github.com/sys1yagi/avd-peco
- Owner: sys1yagi
- License: apache-2.0
- Created: 2015-04-12T07:10:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T04:28:44.000Z (over 7 years ago)
- Last Synced: 2024-04-14T14:51:49.298Z (7 months ago)
- Language: Shell
- Size: 130 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
avd-peco
===============Launch [android emulator](http://developer.android.com/tools/help/emulator.html) from console.
![](static/demo.gif)
# Quick Start
avd-peco require [peco](https://github.com/peco/peco) so install [peco](https://github.com/peco/peco) at first.
```
git clone https://github.com/sys1yagi/avd-peco.git
source avd-peco/bin/avd_peco.shavd_peco
```# Use Proxy
You can pass the argument.
```sh
avd_peco "-http-proxy http://192.168.1.1:8888"
```# Lincense
```
Copyright 2014 Toshihiro YagiLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```