libpd / pd-for-android

Pure Data for Android
351 stars 91 forks source link

Restructure PdCore project to match default android project structure #94

Closed JamesNitsch closed 4 years ago

JamesNitsch commented 4 years ago

No code changed aside from the app-level Gradle file. Restructuring to better model standard Android project organization.

https://developer.android.com/studio/build

image

This helps Android Studio organize files well in the IDE, as well as supporting additions like tests or build flavors without further Gradle configuration.

JamesNitsch commented 4 years ago

No, definitely unintentional. I'll take another pass tomorrow.

JamesNitsch commented 4 years ago

Looks much better to me now - let me know if you see anything that is still amiss.

Was able to pull down the current branch and successfully build using the script you pointed out.

First time working with submodules, thank you for your patience and guidance!