如何设置项目以使用此git hub项目; PD-换机器人 https://github.com/libpd/pd-for-android。我发现的教程适用于较旧的存储库。将其添加到依赖项,
compile 'org.puredata.android:pd-core:1.0.0-rc4'
如图所示 https://github.com/libpd/pd-for-android 导致无法解决android studio的gradle控制台上的错误
答案 0 :(得分:0)
应该从jcenter获取pd-for-android工件。查看MobMuPlat Android应用程序中的build.gradle
文件,该应用程序是使用jcenter工件构建的:
repositories {
jcenter()
}
github.com/monkeyswarm/MobMuPlattree/master/MobMuPlat-Android