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

57 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 best solutions below

0
On

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

android:extractNativeLibs="true"