- Try the chat for problems with setting up the library to work with your app
- For questions regarding libpd
Make sure you have Maven Central in your repositories:
allprojects { repositories { mavenCentral() // ... other repositories } }
Add the dependency to your app:
dependencies { implementation 'io.github.libpd.android:pd-core:1.2.1-rc6' // ... other dependencies }
Please note that pd-for-android depends on the vanilla version of Pure Data. Currently this is Pure Data vanilla version 0.51-3. You can get desktop distributions of it here: http://msp.ucsd.edu/software.html
If you're building the patch for your app using the extended distribution of Pure Data, or any other distribution that is not vanilla, you should be careful not to use PD objects that are not part of the vanilla distribution, because these will not work with libpd out of the box. It is however possible to add PD externals to your pd-for-android app. For a simple example as to how this could be done see the PdTest app in this repository, specifically the jni folder and the build.gradle file. If you take this path, you'll need to clone this repository and use it as the base folder for your app, similar to the way described in the following section on creating an .aar file.
How to create an .aar file of pd-for-androidgit submodule sync --recursive
git submodule update --init --recursive
gradlew
)./gradlew androidDependencies
./gradlew clean assembleRelease
Now you have your PdCore .aar file in the folder PdCore/build/outputs/aar
settings.gradle
from the pd-for-android root folder: File > New > Import Project...
cd PdCore/src/main/jni/libpd
git fetch && git checkout origin/master
git submodule update --init --recursive
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4