# LauncherTV **Repository Path**: KyleLuo/LauncherTV ## Basic Information - **Project Name**: LauncherTV - **Description**: Android电视的launcher,非常简约,性能极高 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-01 - **Last Updated**: 2025-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Status ---------------- [![Build Status](https://travis-ci.org/alescdb/LauncherTV.svg?branch=master)](https://travis-ci.org/alescdb/LauncherTV) [![Coverage Status](https://coveralls.io/repos/github/alescdb/LauncherTV/badge.svg)](https://coveralls.io/github/alescdb/LauncherTV) Google Play ---------------- [![Get it on Google Play][2]][1] [1]: https://play.google.com/store/apps/details?id=org.cosinus.launchertv [2]: https://developer.android.com/images/brand/en_generic_rgb_wo_60.png Compiling ---------------- To compile Simple TV Launcher using gradlew, you must first specify where your Android SDK is via the local.properties file. Insert a line similar to the following with the full path to your SDK: ``` sdk.dir=/opt/android-sdk ```