I am trying to learn libVLC for Android, so why create a VLC project for Android on Windows 7, but I am running into problems. When I import a project and set up all the help libraries and try to compile using the NDK, it gives the following error
make.exe: *** No rule to make target `jni/..//modules/codec/omxil/iomx.cpp', needed by `obj/local/armeabi/objs-debug/iomx gingerbread/__//modules/codec/omxil/iomx.o'. Stop.
While I try to find the file in my folder, I can only find iomx.h and iomx.cpp, but I downloaded the project from the official repository.
git clone git:
Iβm ready to follow the tutorial with the correct settings to configure and compile Android VLC applications, but I canβt find any tutorial, and the official says that it is for Linux and you will need Linux or Mac OSX to follow this tutorial Link to the tutorial allowance . So my first question is:
- Can we compile the VLC android project using all the mentioned tools, such as (Android SDK, NDK, ant, etc.) on the Windows platform.
- Secondly, I cannot find detailed or very light documentation except for this VLC Documentation link . Is there any other easy-to-understand libVLC documentation more specific for using androids
Please help me or direct me in the right direction. I want to develop an application for a Docked DVD device for Android.
c ++ android android-ndk vlc libvlc
Umar qureshi
source share