Subject: [PD] using bob~ with libpd for android
Date: June 23, 2017 at 2:33:21 AM GMT+2
So, [bob~] is an extra, and you don't get it by default in libpd, so it seems.
I believe the Android build uses Android.mk and not the main Makefile. Looking inside, I see it’s building the included externals but I think it’s missing the LIBPD_EXTRA define which is used to tell libpd to automatically call the setup function for the externals ie. bob~, bonk~, choice, etc.
Is Android Studio building libpd via the Android.mk file? I haven’t done any Android development, so I’m not sure. If it is, you can try adding -DLIBPD_EXTRA to the end of line 38 in Android.mk and rebuilding.