Android - 在应用结算中使用时出错

时间:2017-09-02 16:28:18

标签: android libgdx android-inapp-purchase

我尝试按照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工作室。

1 个答案:

答案 0 :(得分:0)

Abstraction在jcenter存储库中可用,因此在根.nav.custom-class {} 文件的存储库列表中添加com.android.billingclient:billing:dp-1

jcenter