java - Eclipse - IInAppBillingServide.aidl -
i try implement in-app billing libgdx android project. install google play billing on sdk , copy iinappbillingservice.aidl package com.android.vending.billing , build project.
i've been following site: http://developer.android.com/google/play/billing/billing_integrate.html. says "you should see generated file named iinappbillingservice.java in /gen directory of project.", package com.android.vending.billing generated. empty. should do?
that becasue in sdk/build-tools/23.0.0_rc1, aidl.exe moved sdk/build-tools/23.0.0_rc1/bin. uninstalled 23.0.0_rc1 , started use 22.0.1. works fine.
Comments
Post a Comment