我得到这个错误。我该如何解决?

ERROR: Duplicate jar entry [com/android/vending/billing/IInAppBillingService$Stub$Proxy.class]



    implementation 'com.android.billingclient:billing:2.0.0'


Duplicate jar entry [com/android/vending/billing/IInAppBillingService$Stub$Proxy.class]


我的项目IInAppBillingService.aidl中没有文件

最佳答案

也许这个问题是重复的
Duplicated "IInAppBillingService.aidl" File - Library + App

Android Studio内置了此辅助功能。因此,如果有“手动”添加的帮助,则应找到并删除。

或者,您的gradle运行有错误的项目

07-26 09:39