Page 1 of 1

Compile vlc for android

Posted: 15 Jan 2015 10:52
by damirmiljkovic
Hi,

I am trying to compile VLC for android to include it in my project. I followed steps from this link: https://wiki.videolan.org/AndroidCompile and after that I executed make .sdk and I get this message:

mkdir -p vlc-sdk/libs
cd libvlc; cp -r libs/* ../vlc-sdk/libs
cp: cannot stat `libs/*': No such file or directory
make: *** [.sdk] Error 1

lt looks like ibsvlc/libs folder is not created at all in compile process.
Can anybody help me with this?

Thnx in advance.

Re: Compile vlc for android

Posted: 15 Jan 2015 18:50
by truestep
I have the same now.
In October this part worked fine.

Re: Compile vlc for android

Posted: 15 Jan 2015 20:58
by truestep
What I see from http://git.videolan.org/?p=vlc-ports/an ... a=shortlog most likely this issue is related to this line
10 days ago Geoffrey Métais Move LibVLC build in LibVLC gradle file
But I'm not sure. But I'm sure that Geoffrey Métais knows for sure.

Re: Compile vlc for android

Posted: 16 Jan 2015 16:39
by damirmiljkovic
What I see from here http://git.videolan.org/?p=vlc-ports/an ... a=shortlog most likely this issue is related to this line
10 days ago Geoffrey Métais Move LibVLC build in LibVLC gradle file
But I'm not sure. But I'm sure that Geoffrey Métais knows for sure.
Link that u gave is not available.

Re: Compile vlc for android

Posted: 18 Jan 2015 09:45
by Jean-Baptiste Kempf
We're going to fix that soon.

Re: Compile vlc for android

Posted: 21 Jan 2015 17:46
by damirmiljkovic
We're going to fix that soon.
any news on this fix?

Re: Compile vlc for android

Posted: 15 May 2015 16:07
by mskhiri
with current version, after following the tutorial cited on top --> make .sdk

i get this error :
make: *** No rule to make target `.sdk'. Stop.
anyone has an idea what should i do here ?

i have been searching for a while now and i'm not getting anywhere ...

Re: Compile vlc for android

Posted: 29 May 2015 00:02
by kkatani
Is this ever going to be fixed?

Re: Compile vlc for android

Posted: 10 Jul 2015 19:26
by Jean-Baptiste Kempf
It is fixed.

Re: Compile vlc for android

Posted: 10 Aug 2015 04:30
by 316453308
i have the same error too, do you resolve it?
with current version, after following the tutorial cited on top --> make .sdk

i get this error :
make: *** No rule to make target `.sdk'. Stop.
anyone has an idea what should i do here ?

i have been searching for a while now and i'm not getting anywhere ...

Re: Compile vlc for android

Posted: 13 Aug 2015 18:22
by ebr
I do not have a Linux environment only Android Studio on Windows (I know, I know...).

Would someone be willing to provide a compiled jar for LibVlc 1.5.x...?

Re: Compile vlc for android

Posted: 27 Aug 2015 07:24
by edwardw
LibVLC for Android is now distributed as an AAR. See https://bitbucket.org/edwardcw/libvlc-android-sample for a sample on how to use it.