Skip to content

bennycode/wlc-fire-tv

Repository files navigation

We Love Coding - Amazon Fire TV App

Technology Stack

  • Java 1.8
  • Android 4.2.2 (API level 17, Jelly Bean)
  • Amazon Fire TV SDK (Fire OS 3.0)

Guidance

  1. Setting Up Your Development Environment
  2. Connecting ADB
  3. Installing and Running Your App

Quickstart

  1. Connect to Amazon Fire TV
  2. Clean & Build project
  3. Refresh APK
  4. Run main activity

Connect to Amazon Fire TV (192.168.178.74)

adb kill-server
adb start-server
adb connect 192.168.178.74

Build project

Maven Clean & Build in NetBeans IDE

Refresh APK and run main activity

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published