Search code examples
androidc++libvlc

:libvlc:buildDebugARMv7 FAILED


I am trying to build in gradle using the vlc for android as i follow this steps

AndroidCompile

but I am getting error in building.

see the image

enter image description here

I downloaded the latest android sdk for linux and NDK

can you help me please how to fix this.

Thank you in advance


Solution

  • please install following package.

    sudo apt-get update
    sudo apt-get install ant autoconf automake autopoint cmake gawk gcc g++ libtool m4 patch pkg-config libprotobuf-dev libprotobuf-c0-dev protobuf-c-compiler ragel subversion unzip
    

    For more details please see this answer