You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2022. It is now read-only.
java.lang.IllegalArgumentException
:Service Intent must be explicit
:Intent { act=com.android.vending.billing.InAppBillingService.BIND }
at android.app.ContextImpl.validateServiceIntent (ContextImpl.java : 2039)
at android.app.ContextImpl.bindServiceCommon (ContextImpl.java : 2147)
at android.app.ContextImpl.bindService (ContextImpl.java : 2125)
at android.content.ContextWrapper.bindService (ContextWrapper.java : 559)
at org.onepf.oms.appstore.GooglePlay.isBillingAvailable (GooglePlay.java : 134)
at org.onepf.oms.OpenIabHelper$12.run (OpenIabHelper.java : 815)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java : 1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java : 587)
at java.lang.Thread.run (Thread.java : 818)
The user was on Android 5.0
Device : Samsung SM-N9005 hltezh
I'm building with compile files('libs/openiab-0.9.8.3.1.jar')
(this looks like a google issue as openiab is supposed to only wrap Google iAP api)
Today, I got this crash report :
java.lang.IllegalArgumentException
:Service Intent must be explicit
:Intent { act=com.android.vending.billing.InAppBillingService.BIND }
at android.app.ContextImpl.validateServiceIntent (ContextImpl.java : 2039)
at android.app.ContextImpl.bindServiceCommon (ContextImpl.java : 2147)
at android.app.ContextImpl.bindService (ContextImpl.java : 2125)
at android.content.ContextWrapper.bindService (ContextWrapper.java : 559)
at org.onepf.oms.appstore.GooglePlay.isBillingAvailable (GooglePlay.java : 134)
at org.onepf.oms.OpenIabHelper$12.run (OpenIabHelper.java : 815)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java : 1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java : 587)
at java.lang.Thread.run (Thread.java : 818)
The user was on Android 5.0
Device : Samsung SM-N9005 hltezh
I'm building with compile files('libs/openiab-0.9.8.3.1.jar')
(this looks like a google issue as openiab is supposed to only wrap Google iAP api)