cannot resolved symbol static sin?
karthisammannan opened this issue · 2 comments
karthisammannan commented
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.
droidwithme commented
@wswsl This is not solving the problem