Market billing will not work on the emulator.  You need a real device with
market version 2.3>.

On Thu, Mar 24, 2011 at 3:57 AM, Gustavo Costa <guga...@gmail.com> wrote:

> I'm trying start com.android.vending.billing.IMarketBillingService
> service and I received this message. I'm using emulator Android 2.3.3
> - API Level 10. AnyBody Help Me?
>
> 03-23 15:04:53.535: WARN/ActivityManager(61): Unable to start service
> Intent { act=com.android.vending.billing.IMarketBillingService }: not
> found
> 03-23 15:04:53.535: ERROR/BillingService(416): Could not bind to
> service.
>
> Code:
>
> private boolean bindToMarketBillingService() {
>    try {
>        if (Consts.DEBUG) {
>            Log.i(TAG, "binding to Market billing service");
>        }
>        boolean bindResult = bindService(
>                new Intent(IMarketBillingService.class.getName()),
>                this,
>                Context.BIND_AUTO_CREATE);
>
>        if (bindResult) {
>            return true;
>        } else {
>            Log.e(TAG, "Could not bind to service.");
>        }
>    } catch (SecurityException e) {
>        Log.e(TAG, "Security exception: " + e);
>    }
>    return false;
> }
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
~ Jeremiah:9:23-24
Android 2D MMORPG: http://solrpg.com/ http://www.youtube.com/user/revoltingx

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to