Search found 4 matches

Go to advanced search

by mkl24
06 Aug 2012 11:53
Forum: VLC for Android and Chrome OS
Topic: Clone VLC-Repository?
Replies: 2
Views: 500

Re: Clone VLC-Repository?

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: Your APP_BUILD_SCRIPT points to an unknown file: ...../vlc-android/jni/Android.mk In my project i just see ...
by mkl24
06 Aug 2012 10:34
Forum: VLC for Android and Chrome OS
Topic: Clone VLC-Repository?
Replies: 2
Views: 500

Clone VLC-Repository?

Hi guys, just tried to clone the VLC-Repository which i found here: http://git.videolan.org/?p=vlc-ports/android.git;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...
by mkl24
01 Aug 2012 10:51
Forum: VLC for Android and Chrome OS
Topic: Starting VLC Beta by Intent...
Replies: 49
Views: 20417

Re: Starting VLC Beta by Intent...

Perfectly! Work like a charm :)
by mkl24
31 Jul 2012 15:49
Forum: VLC for Android and Chrome OS
Topic: Starting VLC Beta by Intent...
Replies: 49
Views: 20417

Starting VLC Beta by Intent...

Mod edit and stickied, as this is a very common request. To start VLC for Android with an intent, you should use Intent.ACTION_VIEW and call VLC with a valid multimedia URI and/or type, like so: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setPackage("org.videolan.vlc.betav7neon"...

Go to advanced search