0

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

jemz
  • 4,987
  • 18
  • 62
  • 102

1 Answers1

1

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

Community
  • 1
  • 1
Vikash Kumar Verma
  • 1,068
  • 2
  • 14
  • 30