- Java 1.8
- Android 4.2.2 (API level 17, Jelly Bean)
- Amazon Fire TV SDK (Fire OS 3.0)
- Connect to Amazon Fire TV
- Clean & Build project
- Refresh APK
- Run main activity
adb kill-server
adb start-server
adb connect 192.168.178.74
Maven Clean & Build in NetBeans IDE
adb install -r "target/wlc-fire-tv-1.0.0-SNAPSHOT.apk"
adb shell am start -n com.welovecoding.app.firetv/.MainActivity
Note: If you build the app for the first time, then you should remove the -r
from adb install
.