我尝试按照this link将应用结算添加到我的应用中。
我将此添加到我的build.gradle
dependencies {
...
compile 'com.android.billingclient:billing:dp-1'
}
但是当我构建 - >清理项目
时,我收到此错误Error:A problem occurred configuring project ':android'.
> Could not resolve all dependencies for configuration
':android:_debugApkCopy'.
> Could not find com.android.billingclient:billing:dp-1.
Required by:
Mygame:android:1.0
我缺少什么?我在谷歌搜索时找不到任何有用的信息。我正在使用libgdx和Android工作室。
答案 0 :(得分:0)
Abstraction
在jcenter存储库中可用,因此在根.nav.custom-class {}
文件的存储库列表中添加com.android.billingclient:billing:dp-1
。
jcenter