ubuntu - VLC for Android Compilation Error -


i want compile vlc android on ubuntu 12.10.i updated necessary tools , follow whole procedure described on http://wiki.videolan.org/androidcompile when compile source code give error vlc source not found , everytime starts downloading vlc source code windows

xyz@ubuntu:~$export android_sdk=/home/xyz/android/android-sdk xyz@ubuntu:~$export android_ndk=/home/xyz/android/android-ndk xyz@ubuntu:~$export path=$path:$android_sdk/platform-tools:$android_sdk/tools xyz@ubuntu:~$export android_abi=armeabi xyz@ubuntu:~$export no_fpu=1 xyz@ubuntu:~$git clone git://git.videolan.org/vlc-ports/android.git xyz@ubuntu:~$sh compile.sh sh:0:can't open compile.sh xyz@ubuntu:~$cd /home/xyz/android/android/ xyz@ubuntu:~/android$sh compile.sh armv6 device without fpu: $export no_fpu=1 armv5 device: $export no_armv6=1 vlc source not found,cloning          //it starts downloading vlc source windows cloning 'vlc'..... remote:counting objects:403786,done 

well looks need run sudo chmod a+x -r android/ start because git clone can't access android/ directory , might defaulting next available os, windows.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -