چون نام محصولات در اون پروژه قرار داده نشده

public class MainActivity extends Activity {
// Debug tag, for logging
static final String TAG = "TrivialDrive";

// Does the user have the premium upgrade?
boolean mIsPremium = false;

// Does the user have an active subscription to the infinite gas plan?
boolean mSubscribedToInfiniteGas = false;

// SKUs for our products: the premium upgrade (non-consumable) and gas (consumable)
static final String SKU_PREMIUM = "premium";
static final String SKU_GAS = "gas";

// SKU for our subscription (infinite gas)
static final String SKU_INFINITE_GAS = "infinite_gas";


برو تو پوشه SDK
sdk\extras\google\play_billing
اونجا پروژه اصلی trivial هست (البته با مارکت گوگل)