简体   繁体   中英

Google Play Billing Library is missing

Im trying to implement this library on my Android Studio app

Nevermind, in "SDK Tools" this library is missing

I try to do the following -> implementation 'com.android.billingclient:billing:3.1.0'

Adding this to dependencies, it says me an error in this lane

What should I do ?

Thank you too much,

Regards

There is no 3.1.0 version, the last one is 3.0.1

try to update the version to implementation 'com.android.billingclient:billing:3.0.1'

(Deleted message)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM