I am working on android project and I am using In App Purchases. It was all working in Eclipe but I saw Android Studio had another update which fixed a lot of issues related to library dependencies which does seem to be the case except for one problem. I am unable to use the IAP service as it keeps stating that it cannot be resolved to a symbol.
I have followed the instructions that someone posted here but unfortunately has not worked. Below are the links I have looked at
how can I add the aidl file to Android studio (from the in-app billing example)
https://code.google.com/p/android/issues/detail?id=56755
Below is a screenshot of my project structure and the error
com.android.vending.billing
from Eclipse over to Android Studio into the wrong location, and it ended up changing the package name in theIInAppBillingService.aidl
file . I had to fix it manually – Protagoras