forked from pipelka/xvdr-addon-android
-
Notifications
You must be signed in to change notification settings - Fork 0
cosmo6110/xvdr-addon-android
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Android XVDR addon for XBMC --------------------------- This respository creates and installable apk file for android. Prerequisites: * Android NDK installed * Android SDK installed (Platform Version 10) Cloning the GIT repository: # git clone --recursive [email protected]:pipelka/xbmc-addon-android.git Preparing the build: # ./bootstrap # ./configure --with-sdk=/path/to/android-sdk --with-ndk=/path/to/android-ndk This will update the project environment. Building the sources: # make This will compile the addon binary and create an installable debug apk. Installing on device or emulator: # make install This will install and launch the debug version. Registering the addon: After installation start the "XVDR Addon" app and press "Register Addon". This will register the PVR addon in XBMC.
About
Android XVDR addon for XBMC
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 69.6%
- Makefile 30.1%
- Shell 0.3%