The constructor of VrVideoView from Google Virtual reality

125 Views Asked by At

When I call the constructor of VrVideoView, like:

VrVideoView view=new VrVideoView(this)

i catch this exception:

java.lang.AbstractMethodError: abstract method "com.google.vr.sdk.widgets.common.VrWidgetRenderer com.google.vr.sdk.widgets.common.VrWidgetView.createRenderer(android.content.Context, com.google.vr.sdk.widgets.common.VrWidgetRenderer$GLThreadScheduler, float, float)"

0

There are 0 best solutions below