我如何设置我的项目以使用这个 git hub 项目;PD-for-android 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 控制台上出现无法解决错误
我如何设置我的项目以使用这个 git hub 项目;PD-for-android 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 控制台上出现无法解决错误
pd-for-android 工件应该从 jcenter 获得。查看build.gradle
MobMuPlat Android 应用程序中的文件,该应用程序是使用 jcenter 工件构建的:
repositories {
jcenter()
}
github.com/monkeyswarm/MobMuPlattree/master/MobMuPlat-Android