I'm new Android and more new to the payment part of it , i'm going through this link to implement the Gpay into my app
https://developers.google.com/pay/api/android/guides/tutorial#checkoutactivity.java
so i copy the code as is , the version i implemented is
implementation 'com.android.support:design:28.0.0'
implementation 'com.google.android.gms:play-services-wallet:18.1.2'
implementation 'com.android.support:appcompat-v7:28.0.0'
but when i run i keep getting this error
package com.google.android.gms.samples.wallet does not exist import com.google.android.gms.samples.wallet.Constants
how can i resolve this error?