java.lang.NullPointerException :
at com.google.android.vending.licensing.LicenseValidator.verify (LicenseValidator.java:97)
at com.google.android.vending.licensing.LicenseChecker$ResultListener$2.run (LicenseChecker.java:229)
at android.os.Handler.handleCallback (Handler.java:739)
at android.os.Handler.dispatchMessage (Handler.java:95)
at android.os.Looper.loop (Looper.java:135)
at android.os.HandlerThread.run (HandlerThread.java:61)
I am getting this crash report from several phones, I could not recreate this error in any of my tests. Does anyone knows the solution or something causing this.
I have been through the post that says it is due to people not having google play services, but I am getting this from android 5 and 6. I believe google play services comes along as stock app in these android versions.
I have tried disabling play services in my phone, but it just crashed my whole phone.