Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null Pointer Exception #42

Open
smks opened this issue Mar 13, 2016 · 0 comments
Open

Null Pointer Exception #42

smks opened this issue Mar 13, 2016 · 0 comments

Comments

@smks
Copy link

smks commented Mar 13, 2016

I can see there is a pull request that seems to fix this issue. Can it be approved???

java.lang.NullPointerException: Attempt to invoke virtual method 'void org.haxe.extension.iap.util.IabHelper.launchPurchaseFlow(android.app.Activity, java.lang.String, int, org.haxe.extension.iap.util.IabHelper$OnIabPurchaseFinishedListener, java.lang.String)' on a null object reference
at org.haxe.extension.iap.InAppPurchase$1.run(InAppPurchase.java:39)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:145)
at android.app.ActivityThread.main(ActivityThread.java:6837)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant