Search code examples
androidgoogle-checkout

How to integrate Google checkout in my Android app?


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.


Solution

  • 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