Page 1 of 1

Clone VLC-Repository?

Posted: 06 Aug 2012 10:34
by mkl24
Hi guys,

just tried to clone the VLC-Repository which i found here: http://git.videolan.org/?p=vlc-ports/an ... ;a=summary

I thought it would be the same application which i´m running on my galaxy nexus (VLC Beta (NEON)) But if i´m searching through the layout-files it looks like another project? Where do i find the VLC-Repository for the mentioned VLC Beta (NEON)?

I tried to run this project but it always tell me:

Code: Select all

08-06 10:33:04.374: E/VLC/LibVLC(12405): Can't load vlcjni library: java.lang.UnsatisfiedLinkError: Couldn't load vlcjni: findLibrary returned null
Any idea?

Re: Clone VLC-Repository?

Posted: 06 Aug 2012 11:53
by mkl24
Well i think it depends on the ndk? Havent tried to create a ndk application before and followed the instructions from a youtube video. But if i try to compile the native code it just tell me:

Code: Select all

Your APP_BUILD_SCRIPT points to an unknown file: ...../vlc-android/jni/Android.mk
In my project i just see a Application.mk not a Android.mk... Any ideas how to fix that?

Re: Clone VLC-Repository?

Posted: 06 Aug 2012 20:41
by edwardw
Please read the official manual if you are interested in compiling VLC Android: http://wiki.videolan.org/AndroidCompile

Thanks in advance.