mediamonks / tilt-game-android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AccelerometerProvider can not found

magiccash opened this issue · comments

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

commented

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