jemz
jemz

Reputation: 5123

: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

Upvotes: 0

Views: 111

Answers (1)

Vikash Kumar Verma
Vikash Kumar Verma

Reputation: 1078

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

Upvotes: 1

Related Questions