I am attempting to use aidl from the command line to build the in-app
billing service as specified here:
http://developer.android.com/guide/market/billing/billing_integrate.html#billing-add-aidl
, and am getting the following error: "com/android/vending/billing/
IMarketBillingService.aidl:19: couldn't find import for class
android.os.Bundle"

My command line is:
$ANDROID_SDK_ROOT/platform-tools/aidl -I$ANDROID_SDK_ROOT/platforms/
android-11/android.jar com/android/vending/billing/
IMarketBillingService.aidl

I have tried not including 'android.jar' at the end of the path. I
have also tried extracting the contents of 'android.jar' into a
directory to no avail, even though I can see 'extracted_jar/android/os/
Bundle.class'

Any help would be greatly appreciated.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to