0

Google アプリ内課金の IInAppBillingService.aidl ファイルが何かわかりません。それはJavaファイルですか、それともプロジェクトでどのように機能しますか。また、主なことは、このタイプ ファイルを Android Studio の他の機能に使用する方法です。また、apk をビルドするときにコンパイルする方法も知りたいです。.aidlファイルについて知っている人はいますか

4

3 に答える 3

1

aidl ファイルについて知りたい場合は、ここで詳細を確認できます。

http://developer.android.com/guide/components/aidl.html

また、InAppBillingService.aidl についてクリアしたい場合は、次のとおりです。

IInAppBillingService.aidl is an Android Interface Definition Language (AIDL) file that defines the interface to the In-app Billing Version 3 service. You will use this interface to make billing requests by invoking IPC method calls.

http://developer.android.com/google/play/billing/billing_integrate.html

于 2016-03-29T11:36:14.447 に答える