Monday, August 29, 2011

[android-developers] Re: How to debug in app billing - does not work with debug key?

What i know is that you can build the project in eclipse using you
production keystore...but edit the android manifest to debuggable to
true first...

then run the APK and whenever you are in the area wher eyou want to
debug open DDMS from eclipse and you will see your package running
there in the list...select your pacakge and click de bug icon that
will attach the process to eclipse project...and from there you can
start putting breakpoint...

i hope this is what you were looking for.

:)

On Aug 29, 8:25 pm, MB <manoj.bi...@gmail.com> wrote:
> Hi,
>
> I am able to run the  sample application (Dungeons.apk) for in-app
> billing when signed with production key.
>
> However when I try to debug it in eclipse, it gives the error that
> "This application is not configured for market billing".
>
> Is there some way to debug in-app billing in eclipse?
>
> I would really appreciate any pointers in resolving this.
>
> Thanks,
>
> --MB.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment