Skip to content
This repository was archived by the owner on Jan 4, 2020. It is now read-only.

arturdryomov/libvlc-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibVLC for Android

This repository contains the Gradle configuration for building LibVLC as an AAR package.

Building

You will need JDK 1.7+ installed.

Instructions below are for OS X and Homebrew.

  1. Install Android SDK and NDK.
$ brew install android-sdk
$ brew install android-ndk
  1. Set the environment.
$ export BREW_HOME="$(brew --prefix)"

$ export ANDROID_SDK="${BREW_HOME}/opt/android-sdk"
$ export ANDROID_NDK="${BREW_HOME}/opt/android-ndk"
$ export ANDROID_ABI="armeabi-v7a"
  1. Build the SDK.
$ ./gradlew buildSdk
$ ./gradlew assembleRelease
  1. Deploy to Maven Local.
$ ./gradlew uploadArchives

The dependendency is

compile "org.videolan:libvlc:1.5.1"

Information

About

LibVLC for Android as AAR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors