openaphid/android-flip

cannot resolved symbol static sin?

karthisammannan opened this issue · 2 comments

import static android.util.FloatMath.cos;
header is not working in api lvl 23 (6.0)...

wswsl commented

android.util.FloatMath.cos to java.lang.Math.cos.

@wswsl This is not solving the problem