Samsung / GearVRf

The GearVR framework(GearVRf) is an Open Source VR rendering library for application development on VR-supported Android devices.
http://www.gearvrf.org
Apache License 2.0
407 stars 217 forks source link

WidgetLib gives build failure in framework-tests #2004

Closed NolaDonato closed 5 years ago

NolaDonato commented 5 years ago

gearvrf/framework-tests/WidgetLibTests does not compile. It gets the following error:

error: <anonymous org.gearvrf.tester.WidgetLibTests$3> is not abstract and does not override abstract method getFlingHandler() in ContentScene

joker-b commented 5 years ago

I get widgetlib errors when building gearvr-demos as well, using a fresh Win10 environment

Could not find org.gearvrf:widgetlib:4.0.1-SNAPSHOT

Possibly related? I'm on gradle 4.4

liaxim commented 5 years ago

@joker-b Your problem was fixed by https://github.com/gearvrf/GearVRf-Demos/pull/651.

liaxim commented 5 years ago

As far as I know it builds now