Trying to use the PlatformEntitlementCheck with gearvrf 4.0.1-SNAPSHOT and I'm getting the following error:
Caused by: java.lang.NoSuchMethodError: No virtual method getActivity()Lorg/gearvrf/GVRActivity; in class Lorg/gearvrf/GVRContext; or its super classes (declaration of 'org.gearvrf.GVRContext'
I believe it is casting to GVRActivity when GVRContext.getActivity returns Activity.
Trying to use the PlatformEntitlementCheck with gearvrf 4.0.1-SNAPSHOT and I'm getting the following error:
Caused by: java.lang.NoSuchMethodError: No virtual method getActivity()Lorg/gearvrf/GVRActivity; in class Lorg/gearvrf/GVRContext; or its super classes (declaration of 'org.gearvrf.GVRContext'
I believe it is casting to GVRActivity when GVRContext.getActivity returns Activity.