[libvlc] vlc-android 3.1.7 don't compile
Posted: 30 Jul 2019 09:32
Hi,
The latest version of android don't compile. At the end, a gradle error message appear :
I do i did ?
I tried to update gradle version to 5.1.1 by modify compile.sh, but i've got another error message :
I took a look of the gitlab ci of 3.1.7 tag https://code.videolan.org/videolan/vlc-android/-/jobs/286389 but I don't know why, the ci don't use the gradle 4.10.1 (like is set in compile.sh), but gradle 5.1.1
I tried to compile in the videolan docker container, but I've got the same error.
I have the same error with 3.1.6
I think I'm not doing the right things... Can you help me please ?
Thanks you in advance
Timothé Tizio
The latest version of android don't compile. At the end, a gradle error message appear :
Code: Select all
Minimum supported Gradle version is 5.1.1. Current version is 4.10.1.
Code: Select all
git clone https://code.videolan.org/videolan/vlc-android.git
cd vlc-android
./compile.sh -l -a arm
Code: Select all
Project directory '/builds/project-0/gradle-5.1.1' is not part of the build defined by settings file '/builds/project-0/settings.gradle'. If this is an unrelated build, it must have its own settings file.
I tried to compile in the videolan docker container, but I've got the same error.
I have the same error with 3.1.6
I think I'm not doing the right things... Can you help me please ?
Thanks you in advance
Timothé Tizio