Search found 6 matches

Go to advanced search

by zj262144
29 Nov 2012 12:24
Forum: VLC for Android and Chrome OS
Topic: [Help/Compile]"VLC source not found" though cloned src
Replies: 4
Views: 529

Re: [Help/Compile]"VLC source not found" though cloned src

You need to do "export ANDROID_ABI=armeabi" before you start anything. Please follow the instructions as written. For example, you should not be running sh configure.sh by hand (unless you really know what you are doing). but I do: zj@ubuntu:~/Android$ ANDROID_SDK=/home/zj/Android/sdk zj@...
by zj262144
28 Nov 2012 11:49
Forum: VLC for Android and Chrome OS
Topic: [Help/Compile]"VLC source not found" though cloned src
Replies: 4
Views: 529

[Help/Compile]"VLC source not found" though cloned src

I followed this guide: http://wiki.videolan.org/AndroidCompile#Get_VLC_Source My aim: on Ubuntu 12.04 x64 --- compile/build vlc(apk) for Android Emulator I've done git clone git://git.videolan.org/vlc-ports/android.git vlc at "~/Android" path then (SDK & NDK is OK) http://i.imgur.com/u...
by zj262144
23 Nov 2012 03:48
Forum: Forum, Website and Artwork discussion
Topic: How to edit my threads/posts?
Replies: 2
Views: 1383

How to edit my threads/posts?

for example: viewtopic.php?f=35&t=106224

I want to change "[Help]" to "[Solved]"
but I can only find "Report" and "Quote" icon, no "edit"

Edit: well... some subForums are not able to edit, right?
by zj262144
21 Nov 2012 07:58
Forum: VLC for Android and Chrome OS
Topic: [Solved]Compile: still "You need the NDKv8b or later" Error
Replies: 4
Views: 688

Re: [Help]Compile: still "You need the NDKv8b or later" Erro

I got the point (I'm really :geek: ...)

Code: Select all

export ANDROID_NDK=\$HOME/Android_bundle/ndk
This should be

Code: Select all

export ANDROID_NDK=~/Android_bundle/ndk
by zj262144
20 Nov 2012 03:07
Forum: VLC for Android and Chrome OS
Topic: [Solved]Compile: still "You need the NDKv8b or later" Error
Replies: 4
Views: 688

[Solved]Compile: still "You need the NDKv8b or later" Error

(first forgive my broken English...) I followed AndroidCompile(http://wiki.videolan.org/AndroidCompile) to try to compile VLC for Android but I got an error and I don't know how to solve it on earth... My OS is Ubuntu 12.04.1 LTS x86_64 Android SDK is OK (I get it from "adt-bundle-linux.zip&quo...

Go to advanced search