Debug Android inapp using Eclipse

Now I managed to sign apk (using Eclipse Android Tools) and adb install ..to test the device.

But this eliminated the debugging feature, for example. "step by step", which complicates the task of tracing.

Is it possible to debug inapp billing with Eclipse?

+2
source share
3 answers

When you look at documentation on application billing, you realize that understanding this complex technology can take a considerable amount of time. Most developers believe that you need to work with HelloWorld, and then play with assemblies.

I uploaded 2 projects

  • . . / , .

  • , . . " " "checkout".

: . . .

1

( , , APP)

  • gmail. gmail gmail .
  • , WONT .
  • .

2

" http://www.4shared.com/file/h8YnJyf_/InAppBillingIntegration.html"

,

Handler handler = new Handler() ;
CheckoutPurchaseObserver checkout = new CheckoutPurchaseObserver(this, handler);

checkout.sendCheckoutRequest(purchaseUri.toString(),null);

:

  • Uri - < " market.android.com/publish → " . ​​ .
  • " id" . " " , .
  • , Security.java " " " ". **

  • LogCat InAppBilling
  • shared_preferences "inappbilling". true
  • androidmanifest.xml , .

gmail?

Simple. , , "" . . ​​ " " . . , .

, " http://crazyviraj.blogspot.com/2011/06/some-notes-on-implementing-in-app.html" ( ).

+2

, , , . , , . .

+3

android.test.purchased, (.. , , ). , ( ) eclipse usb. , (.. , , ), , .

. testing

-1

All Articles