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

https://github.com/bennycode/wlc-fire-tv-app


https://github.com/bennycode/wlc-fire-tv-app

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

wlc-fire-tv-app
===============

## 1.

```bash
adb kill-server
adb start-server
adb connect 192.168.178.77
```

## 2.

```bash
Q:
cd "Q:\dev\projects\welovecoding\wlc-fire-tv-app"
ant clean debug
# adb install -r "out/production/wlc-fire-tv-app/wlc-fire-tv-app.apk"
adb install -r "bin/wlc_fire_tv_app-debug.apk"
adb shell am start -n com.welovecoding.app.firetv/.MyMainActivity
```