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
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.