Skip to content
Discussion options

You must be logged in to vote

For a Fire OS-based Fire TV Stick, this is already viable without a separate Flutter port. Fladder's current Android package is also its TV package: the manifest makes touch optional, declares Leanback support, supplies a TV banner, and registers LEANBACK_LAUNCHER (source). The UI also handles remote focus/select keys (source) and TV mode selects the native Android player (source).

So the practical installation path is to sideload one of the Android APKs from the Fladder releases. Check the device ABI first:

adb shell getprop ro.product.cpu.abilist

Use the arm64-v8a APK if that ABI is listed; otherwise use armeabi-v7a, then install it with:

adb install -r Fladder-Android-<version>-<abi>.apk

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@borolepratik
Comment options

Answer selected by borolepratik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants