mrmaffen / vlc-android-sdk

VLC Android SDK pushed to Maven Central. Primarily used in project tomahawk-android.
792 stars 244 forks source link

:libvlc:buildDebugARMv7 FAILED #56

Open ezekel opened 7 years ago

ezekel commented 7 years ago

can I ask help in building manually, I tried to manually compile the vlc which I pull from there repo git clone https://code.videolan.org/videolan/vlc-android.git

when i tried to build in the gradle it gives me this error

libvlcfailed

is there something that I need to install ?

Thank you in advance.

SaundersB commented 7 years ago

You can pass "--stacktrace" to the compiler in Android Studio's settings to see why it failed. Also, you can view the contents of the compile-libvlc.sh file to understand what is happening in the build script.