tilt-game-android
tilt-game-android copied to clipboard
AccelerometerProvider can not found
Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details. GoogleFlipGameApplication error not found AccelerometerProvider
I am seeing this also. Can someone upload the missing file? org.hitlabnz.sensor_fusion_demo.orientationProvider.AccelerometerProvider
I'm getting the same error:
:app:compileDebugJavaWithJavac
GoogleFlipGameApplication.java:26: error: cannot find symbol
import org.hitlabnz.sensor_fusion_demo.orientationProvider.AccelerometerProvider;
^
symbol: class AccelerometerProvider
location: package org.hitlabnz.sensor_fusion_demo.orientationProvider
1 error
:app:compileDebugJavaWithJavac