0

私はアプリで請求を実装しており、プロジェクトをビルド中に次のエラーが発生しています。android inapp請求エラーIInAppBillingService.aidl

C:\ Users \ユーザーユーザー\ AndroidStudioProjects \ Blessd \アプリ\ SRC \メイン\ AIDL \ IInAppBillingService.aidl:IInAppBillingServiceは、COMと呼ばれるファイルの中で宣言されなければならない46のインターフェイス\アンドロイド\自動販売\課金\ IInAppBillingService.aidl 。

+0

この回答http://stackoverflow.com/questions/17836234/how-can-i-add-the-aidl-file-to-android-studio-from-the-in-を見てみましょうapp-billing-example?rq = 1 – solar

+0

おかげさまでありがとうございました –

答えて

1

独自のディレクトリ(AIDL \ IInAppBillingService.aidl)でIInAppBillingService.aidlをコピーしてはいけません。このディレクトリにのみ存在するはずです。

com\android\vending\billing\IInAppBillingService.aidl 
+0

おかげさまでソーラーに助けていただきありがとうございます。 app> src> main> aidlの下に新しいパッケージを作成し、そのファイルをAndroid Studioのそのパッケージに移動しました。 –

関連する問題