0

I am developing one app , which is required to integrate Google checkout.I am searched lot of things on it but I didn't succeeded.I tried with This Link. It doesn't work in android.The main problem is I can't initialize ApiContext class, I am getting an error in it: Could not find class com.google.checkout.sdk.commands.ApiContext' and I am initializing it in onCrete.

Kara
  • 6,115
  • 16
  • 50
  • 57
Ramesh Akula
  • 5,720
  • 4
  • 43
  • 67

1 Answers1

1

I think you're going about it wrong. You should use the integrated payment system (which uses Google Checkout) that's built into Google Play/Marketplace. Start here:

http://developer.android.com/guide/market/billing/index.html

Sam Dozor
  • 40,335
  • 6
  • 42
  • 42