I’m trying to implement in app billing in my application by following the training section on developer.android.com here But I can’t find the TrivialDrive sample from eclipse to import under samples and even though I see it in my sdk I can’t get it to import. Any help would be great.
This is a screenshot of what happens when i try to import into eclipse manually
Assuming you have installed the Google Play Billing Library through the Android SDK Manager, if you click File -> New -> Other -> Android Project from Existing Code -> Navigate to your SDK folder -> extras -> google -> play_billing -> select in-app-billing-v03 and click ok and then finish.
Just tried it myself, and that works perfectly! If you’re still having problems, please do tell