Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is Google Play billing package?

Following billing integration tutorial, I should now install Google Play billing package from SDK manager (see figure 1). However, in my SDK manager I don't have this package listed under Extras nor anywhere else.

Where can I get this billing example?

like image 498
c0dehunter Avatar asked Apr 30 '12 18:04

c0dehunter


People also ask

How do I check my Google Play Billing Library?

To test your Google Play Billing Library integration using test tracks, do the following: Publish your app to a test track. Note that after you publish an app to a testing track, it can take a few hours for the app to be available for testers. Ensure each tester opts-in to your app's test.

What is Google Play in app billing?

Google Play's billing system is a service that enables you to sell digital products and content in your Android app. You can use Google Play's billing system to sell a one-time product or subscriptions on a recurring basis.


2 Answers

I also face this problem this morning but I finally solved it.

To solve it, update your ADT plugin to the latest version, you should able to see the packages then.

After updating the ADT plugin, you may also need to update installed tools to the latest version to ensure you existing projects can run normally.

like image 175
Hanon Avatar answered Sep 25 '22 20:09

Hanon


Via SDK Manager, I updated Android SDK Tools and Android SDK Platform Tools, re-ran SDK Manager, and the billing package then appeared under Extras as expected. enter image description here

like image 38
zippycoder Avatar answered Sep 22 '22 20:09

zippycoder