The import com.android.vending.billing.IInAppBillingService cannot be resolved

Android

The import com.android.vending.billing.IInAppBillingService cannot be resolved

Androidのアプリ内課金のライブラリですが、単にプロジェクトからGoogle Playのライブラリを追加しただけでよさそうですが、上記のエラーが出ることがあります。

これで困っている人が多いようですが、とりあえず私は下記のように解決できました。

  • srcの下にcom.android.vending.billingというフォルダを作る
  • Android SDKフォルダ\sdk\extras\google\play_billing内のIInAppBillingService.aidlをその中に追加
  • Project->Clean

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です