libpd / pd-for-android

Pure Data for Android
353 stars 91 forks source link

Issue linking externals? #127

Open BorisMolch opened 1 year ago

BorisMolch commented 1 year ago

Running PdTest , getting "couldn't create" for some of the externals like helloworld. We are having same issue on our project as well.

image

BorisMolch commented 1 year ago

We were able to resolve the issue here by adding a flag in the manifest file under the application tag (android:extractNativeLibs="true")

image