I was doing this following these steps as mentioned in the link.
IInAppBillingService.aidl
2018
app/build.gradle: sourceSets { main { aidl.srcDirs = ['src/main/aidl'] } }
or
sourceSets { main { aidl.srcDirs = ['src'] } }
for IInAppBillingService.aidl