chr15m / PdDroidParty

Run Pure Data DSP patches on Android - native GUIs emulated.
http://droidparty.net/
GNU General Public License v3.0
64 stars 14 forks source link

Migrated project to new Android build tools using gradle #28

Closed tkirshboim closed 8 years ago

tkirshboim commented 8 years ago

Also removed pd-for-android submodule and replaced with external maven dependency on JCenter, which is how dependencies are normally resolved in Android projects.

Closes #26

To try it out:

  1. Download and Install Android Studio from http://developer.android.com/sdk/index.html
  2. From the welcome screen > Import Project > [choose the folder of this modifed branch]
  3. You might need to download some Android tools. Android Studio will tell you how to do that.
  4. Connect an Android device that has ADB enabled and press the play button to run PdDroidParty