There was an error while loading. Please reload this page.
If you need to use libpd on Android without initializing audio (OpenSL, etc), you can set a custom PdBaseLoader before calling PdBase:
PdBaseLoader.loaderHandler = new PdBaseLoader() { @Override public void load() { System.loadLibrary("pd"); } };