Good day. Surely I'm stupid in some little things - I understand with In-app, they write in the docks that I need to put the file IInAppBillingService.aidl in com.android.vending.billing. Since if the application package starts with com it will not be possible to publish, then I write my own package name and next create another package, it looks like this
alt text
I write in the manifesto
I do based on an example from sdk and documentation

Create the following directory / src / com / android / vending / billing and copy the IInAppBillingService.aidl file into this directory. You must get the AIDL file to be generated. Build your application. You should see a file named IInAppBillingService.java in your / gen directory of your project.

Tell me how to correctly generate a java file from aidl, have not used ant / before
Thank you in advance.

    1 answer 1

    I advise you to do this step by step here http://developer.android.com/intl/ru/google/play/billing/billing_integrate.html#billing-add-aidl
    I had a problem, but I decided to do just that.

    • Thanks, really did not carefully read and created the packages, instead of creating folders - gadfil