2012-03-30 108 views
0

我正在開發一個應用程序,這是需要整合Google checkout.I我搜索了很多東西,但我沒有成功。我試着用This Link。它不工作在android.The主要問題是我無法初始化ApiContext類,我得到一個錯誤:無法找到類com.google.checkout.sdk.commands.ApiContext',我正在初始化它onCrete。如何將Google Checkout集成到我的Android應用程序中?

+0

您需要'信用卡'付款嗎? – Praveenkumar 2012-03-31 04:17:14

回答

1

我想你錯了。您應該使用內置於Google Play/Marketplace中的集成支付系統(使用Google Checkout)。從這裏開始:

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

+0

我已閱讀此內容,但只能在通過Google Play發佈的應用中實施應用內結算。 – 2012-03-31 03:56:01

相關問題