pd-for-android, pdtest, Can't create externals

49 views Asked by At

After recent update to libpd , can't seem to load externals.

https://github.com/libpd/pd-for-android/issues/127

1

There are 1 answers

0
Boris On

The solution was adding a flag in the manifest file under the <application> tag:

android:extractNativeLibs="true"