[Android] Debug vlc android native code

Thomas Guillem thomas at gllm.fr
Fri Jan 23 11:07:40 CET 2015


On Fri, Jan 23, 2015, at 07:17, pankaj bansal wrote:
> Hi
>
> I want to debug vlc native code, but if I try to run it as Android
> Native Application, it shows me error that it does not have native
> support. I think adding native support (Convert to C/C++ project)
> won't help. Can someone tell me how can I debug the native code of vlc
> android ?

Now that vlc-android and libvlc are in 2 different java package, it's a
little tricky, that how I do it:

# ln -s $AVLC_PATH/libvlc/jni $AVLC_PATH/vlc-android cp -r
# $AVLC_PATH/libvlc/libs $AVLC_PATH/vlc-android cp -r
# $AVLC_PATH/libvlc/obj $AVLC_PATH/vlc-android cd $AVLC_PATH/vlc-android
# bash $ANDROID_NDK/ndk-gdb

I need to do a cleaner script for that.


>
> Regards Pankaj Bansal
> _________________________________________________
> Android mailing list Android at videolan.org
> https://mailman.videolan.org/listinfo/android

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/android/attachments/20150123/51c356fc/attachment.html>


More information about the Android mailing list