Reputation: 5123
I am trying to build in gradle using the vlc for android as i follow this steps
but I am getting error in building.
see the image
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
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