libpd / abl_link

Ableton Link integration for Pure Data on desktop and Android.
Other
80 stars 15 forks source link

Removed .aar import step from build process #4

Closed tkirshboim closed 7 years ago

tkirshboim commented 7 years ago

The current build instructions that require importing an .aar module did not work as described. I had to delete the reference to pd-core from settings.gradle and build.gradle, and then go through the manual process of importing the .aar to make it work.

Instead of manually importing the .aar , I'm proposing here a simpler build process which also eliminates the need to build PdCore separately, by making PdCore a project that is included in the build process of the sample app. See updated instructions in the README file.

I also removed the unused google play services dependency and and added some dependencies to make PdCore build.

nettoyeurny commented 7 years ago

Much better. Thanks, Tal!