[Android] Debug vlc android native code

Edward Wang edward.c.wang at compdigitec.com
Fri Jan 23 08:24:15 CET 2015


On 2015-01-23 02:07, Thomas Guillem <thomas at gllm.fr> wrote:
> 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.

I've updated the wiki to include the recent split:

http://wiki.videolan.org/AndroidCompile#Native_debugging

It may also be useful.

Regards,
Edward


More information about the Android mailing list