tilt-game-android icon indicating copy to clipboard operation
tilt-game-android copied to clipboard

AccelerometerProvider can not found

Open magiccash opened this issue 9 years ago • 2 comments

Error:Execution failed for task ':app:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details. GoogleFlipGameApplication error not found AccelerometerProvider

magiccash avatar Nov 16 '15 06:11 magiccash

I am seeing this also. Can someone upload the missing file? org.hitlabnz.sensor_fusion_demo.orientationProvider.AccelerometerProvider

ktp420 avatar Nov 18 '16 20:11 ktp420

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

jo-elimu avatar Mar 02 '17 06:03 jo-elimu