I am reading the Android page about in-app billing and they have a sample program discussed here:
http://developer.android.com/guide/market/billing/billing_integrate.html#billing-download
but I don’t see how to download it. They have a number of links to download which all go to the top of the download section.
Any idea how to actually download that sample app?
Thanks!
Edit:
As nmr pointed in his comment the current(new) folder for the sample is:
< sdk >/extra/play_billing/market_billing_r02.zip
Read carefully:
So use the
Android SDK Managerto download it(look at the bottom of the list(theExtrasfolder)). After you install that package you can find the sample project in:< sdk > is where you installed the
android SDK.