android - How to pass in the Context for the activity, along with a string containing the public license key -


I do not know how to" play in the context "to begin a relationship with Google I'm following Google's guidelines "and" with a public license key string "

Here's what I've done here so far. I'm not a Pro Programmer

IabHelper mHelper;

  @Override protected void OnCreate (Bundle savedInstanceState) {// TODO Auto-generated method stub super.onCreate (savedInstanceState); SetContentView (R.layout.homepage); String base 64 encoded public; MHelper = new IabHelper (homepage. This, door); mHelper.startSetup (New IabHelper.OnIabSetupFinishedListener () {public void onIabSetupFinished (IabResult result) {if (! result.isSuccess ()) {// Oh no, there is a problem Log.d (the TAG. "Established in problem -app Billing: "+ result);} // Hooray, IAB is fully installed!}});  to 

getApplicationContext () or Home Use Try this. this

look for the link

for more information

Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -