https://github.com/bennycode/wlc-fire-tv-app
https://github.com/bennycode/wlc-fire-tv-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bennycode/wlc-fire-tv-app
- Owner: bennycode
- Created: 2014-11-23T19:15:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-23T23:19:33.000Z (over 11 years ago)
- Last Synced: 2025-01-27T23:46:44.297Z (about 1 year ago)
- Language: Java
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```